Html Css Color HEX #CFB022 Galliano

📋 copy color: '#CFB022'

red 207 ◦ green 176 ◦ blue 34

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

Shades of Galliano #CFB022

Tints of Galliano #CFB022

RGB

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

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

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

R = 49.64%
G = 42.21%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CFB022 (or 0xCFB022) is known color: Galliano. HEX triplet: CF, B0 and 22. RGB value is (207,176,34). Sum of RGB (Red+Green+Blue) = 207+176+34=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 34 (13.67% from 255 or 8.15% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB022 is #304FDD. Grayscale: #A9A9A9. Windows color (decimal): -3166174 or 2273487. OLE color: 2273487.

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

Color convert

RGB 207 176 34 -
CMYK 0 0.15 0.84 0.19
HSL 49.25º 0.72% 0.47% -
HSV(B) 49.25º 0.84% 0.81% -
XYZ 41.55 44.43 7.9 -
YUV 169.08 51.77 155.05 -
System Red Green Blue C M Y K H S L
Decimal 207 176 34 0 0.15 0.84 0.19 49.25 0.72 0.47
Hex CF B0 22 0 F 54 13 31 48 2F
Octal 317 260 42 0 17 124 23 61 110 57
Binary 11001111 10110000 100010 0 1111 1010100 10011 110001 1001000 101111

Color Harmonies of #CFB022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB022

Black with #CFB022

Text Example


Text Example

White with #CFB022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB022; }

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

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

background-color css

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

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

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

border-color css

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

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

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