Html Css Color HEX #CFB024 Galliano

📋 copy color: '#CFB024'

red 207 ◦ green 176 ◦ blue 36

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

Shades of Galliano #CFB024

Tints of Galliano #CFB024

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42%

 BLUE value IS 36 (14.45% from 255) = 8.59%

R = 49.4%
G = 42%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CFB024 (or 0xCFB024) is known color: Galliano. HEX triplet: CF, B0 and 24. RGB value is (207,176,36). Sum of RGB (Red+Green+Blue) = 207+176+36=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 36 (14.45% from 255 or 8.59% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB024 is #304FDB. Grayscale: #A9A9A9. Windows color (decimal): -3166172 or 2404559. OLE color: 2404559.

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

Color convert

RGB 207 176 36 -
CMYK 0 0.15 0.83 0.19
HSL 49.12º 0.7% 0.48% -
HSV(B) 49.12º 0.83% 0.81% -
XYZ 41.58 44.44 8.06 -
YUV 169.31 52.77 154.88 -
System Red Green Blue C M Y K H S L
Decimal 207 176 36 0 0.15 0.83 0.19 49.12 0.7 0.48
Hex CF B0 24 0 F 53 13 31 46 30
Octal 317 260 44 0 17 123 23 61 106 60
Binary 11001111 10110000 100100 0 1111 1010011 10011 110001 1000110 110000

Color Harmonies of #CFB024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB024

Black with #CFB024

Text Example


Text Example

White with #CFB024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB024; }

 p { color: rgb(207,176,36); }

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

background-color css

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

 a { background-color: rgb(207,176,36); }

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

border-color css

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

 span { border-color: rgb(207,176,36); }

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