Html Css Color HEX #CFB320 Galliano

📋 copy color: '#CFB320'

red 207 ◦ green 179 ◦ blue 32

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

Shades of Galliano #CFB320

Tints of Galliano #CFB320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.66%

R = 49.52%
G = 42.82%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFB320 (or 0xCFB320) is known color: Galliano. HEX triplet: CF, B3 and 20. RGB value is (207,179,32). Sum of RGB (Red+Green+Blue) = 207+179+32=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB320 is #304CDF. Grayscale: #ABABAB. Windows color (decimal): -3165408 or 2143183. OLE color: 2143183.

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

Color convert

RGB 207 179 32 -
CMYK 0 0.14 0.85 0.19
HSL 50.4º 0.73% 0.47% -
HSV(B) 50.4º 0.85% 0.81% -
XYZ 42.11 45.61 7.95 -
YUV 170.61 49.78 153.95 -
System Red Green Blue C M Y K H S L
Decimal 207 179 32 0 0.14 0.85 0.19 50.4 0.73 0.47
Hex CF B3 20 0 E 55 13 32 49 2F
Octal 317 263 40 0 16 125 23 62 111 57
Binary 11001111 10110011 100000 0 1110 1010101 10011 110010 1001001 101111

Color Harmonies of #CFB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB320

Black with #CFB320

Text Example


Text Example

White with #CFB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB320; }

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

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

background-color css

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

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

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

border-color css

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

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

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