Html Css Color HEX #CFB019 Galliano

📋 copy color: '#CFB019'

red 207 ◦ green 176 ◦ blue 25

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

Shades of Galliano #CFB019

Tints of Galliano #CFB019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.13%

R = 50.74%
G = 43.14%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CFB019 (or 0xCFB019) is known color: Galliano. HEX triplet: CF, B0 and 19. RGB value is (207,176,25). Sum of RGB (Red+Green+Blue) = 207+176+25=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFB019 is #304FE6. Grayscale: #A8A8A8. Windows color (decimal): -3166183 or 1683663. OLE color: 1683663.

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

Color convert

RGB 207 176 25 -
CMYK 0 0.15 0.88 0.19
HSL 49.78º 0.78% 0.45% -
HSV(B) 49.78º 0.88% 0.81% -
XYZ 41.43 44.39 7.3 -
YUV 168.06 47.27 155.78 -
System Red Green Blue C M Y K H S L
Decimal 207 176 25 0 0.15 0.88 0.19 49.78 0.78 0.45
Hex CF B0 19 0 F 58 13 32 4E 2D
Octal 317 260 31 0 17 130 23 62 116 55
Binary 11001111 10110000 11001 0 1111 1011000 10011 110010 1001110 101101

Color Harmonies of #CFB019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB019

Black with #CFB019

Text Example


Text Example

White with #CFB019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB019; }

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

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

background-color css

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

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

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

border-color css

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

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

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