Html Css Color HEX #CFB324 Galliano

📋 copy color: '#CFB324'

red 207 ◦ green 179 ◦ blue 36

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

Shades of Galliano #CFB324

Tints of Galliano #CFB324

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.42%

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

R = 49.05%
G = 42.42%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CFB324 (or 0xCFB324) is known color: Galliano. HEX triplet: CF, B3 and 24. RGB value is (207,179,36). Sum of RGB (Red+Green+Blue) = 207+179+36=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 36 (14.45% from 255 or 8.53% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB324 is #304CDB. Grayscale: #ABABAB. Windows color (decimal): -3165404 or 2405327. OLE color: 2405327.

HSL color Cylindrical-coordinate representation of color #CFB324: hue angle of 50.18º 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 #CFB324 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 179 36 -
CMYK 0 0.14 0.83 0.19
HSL 50.18º 0.7% 0.48% -
HSV(B) 50.18º 0.83% 0.81% -
XYZ 42.17 45.63 8.25 -
YUV 171.07 51.78 153.63 -
System Red Green Blue C M Y K H S L
Decimal 207 179 36 0 0.14 0.83 0.19 50.18 0.7 0.48
Hex CF B3 24 0 E 53 13 32 46 30
Octal 317 263 44 0 16 123 23 62 106 60
Binary 11001111 10110011 100100 0 1110 1010011 10011 110010 1000110 110000

Color Harmonies of #CFB324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB324

Black with #CFB324

Text Example


Text Example

White with #CFB324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB324; }

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

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

background-color css

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

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

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

border-color css

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

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

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