Html Css Color HEX #CFB423 Galliano

📋 copy color: '#CFB423'

red 207 ◦ green 180 ◦ blue 35

#CFB423
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #CFB423

Tints of Galliano #CFB423

RGB

 RED value IS 207 (81.25% from 255) = 49.05%

 GREEN value IS 180 (70.7% from 255) = 42.65%

 BLUE value IS 35 (14.06% from 255) = 8.29%

R = 49.05%
G = 42.65%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFB423 (or 0xCFB423) is known color: Galliano. HEX triplet: CF, B4 and 23. RGB value is (207,180,35). Sum of RGB (Red+Green+Blue) = 207+180+35=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 35 (14.06% from 255 or 8.29% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB423 is #304BDC. Grayscale: #ACACAC. Windows color (decimal): -3165149 or 2340047. OLE color: 2340047.

HSL color Cylindrical-coordinate representation of color #CFB423: hue angle of 50.58º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFB423 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 180 35 -
CMYK 0 0.13 0.83 0.19
HSL 50.58º 0.71% 0.47% -
HSV(B) 50.58º 0.83% 0.81% -
XYZ 42.36 46.03 8.24 -
YUV 171.54 50.95 153.29 -
System Red Green Blue C M Y K H S L
Decimal 207 180 35 0 0.13 0.83 0.19 50.58 0.71 0.47
Hex CF B4 23 0 D 53 13 33 47 2F
Octal 317 264 43 0 15 123 23 63 107 57
Binary 11001111 10110100 100011 0 1101 1010011 10011 110011 1000111 101111

Color Harmonies of #CFB423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB423

Black with #CFB423

Text Example


Text Example

White with #CFB423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB423; }

 p { color: rgb(207,180,35); }

 H1.HeaderClassName
 {
   color: #CFB423;
 }
 .AnyTagClassName
 {
   color: #CFB423;
 }
</style>

background-color css

<style>
 a { background-color: #CFB423; }

 a { background-color: rgb(207,180,35); }

 div.DivClassName
 {
   background-color: #CFB423;
 }
 .BgClassName
 {
   background-color: #CFB423;
 }
</style>

border-color css

<style>
 span { border-color: #CFB423; }

 span { border-color: rgb(207,180,35); }

 td.TdClassName
 {
   border-color: #CFB423;
 }
 .TagClassName
 {
   border-color: #CFB423;
 }
</style>