Html Css Color HEX #CFB122 Galliano

📋 copy color: '#CFB122'

red 207 ◦ green 177 ◦ blue 34

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

Shades of Galliano #CFB122

Tints of Galliano #CFB122

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.34%

 BLUE value IS 34 (13.67% from 255) = 8.13%

R = 49.52%
G = 42.34%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CFB122 (or 0xCFB122) is known color: Galliano. HEX triplet: CF, B1 and 22. RGB value is (207,177,34). Sum of RGB (Red+Green+Blue) = 207+177+34=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 34 (13.67% from 255 or 8.13% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB122 is #304EDD. Grayscale: #AAAAAA. Windows color (decimal): -3165918 or 2273743. OLE color: 2273743.

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

Color convert

RGB 207 177 34 -
CMYK 0 0.14 0.84 0.19
HSL 49.6º 0.72% 0.47% -
HSV(B) 49.6º 0.84% 0.81% -
XYZ 41.74 44.83 7.97 -
YUV 169.67 51.44 154.63 -
System Red Green Blue C M Y K H S L
Decimal 207 177 34 0 0.14 0.84 0.19 49.6 0.72 0.47
Hex CF B1 22 0 E 54 13 32 48 2F
Octal 317 261 42 0 16 124 23 62 110 57
Binary 11001111 10110001 100010 0 1110 1010100 10011 110010 1001000 101111

Color Harmonies of #CFB122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB122

Black with #CFB122

Text Example


Text Example

White with #CFB122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB122; }

 p { color: rgb(207,177,34); }

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

background-color css

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

 a { background-color: rgb(207,177,34); }

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

border-color css

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

 span { border-color: rgb(207,177,34); }

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