Html Css Color HEX #CFAB14 Galliano

📋 copy color: '#CFAB14'

red 207 ◦ green 171 ◦ blue 20

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

Shades of Galliano #CFAB14

Tints of Galliano #CFAB14

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.96%

 BLUE value IS 20 (8.2% from 255) = 5.03%

R = 52.01%
G = 42.96%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFAB14 (or 0xCFAB14) is known color: Galliano. HEX triplet: CF, AB and 14. RGB value is (207,171,20). Sum of RGB (Red+Green+Blue) = 207+171+20=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAB14 is #3054EB. Grayscale: #A5A5A5. Windows color (decimal): -3167468 or 1354703. OLE color: 1354703.

HSL color Cylindrical-coordinate representation of color #CFAB14: hue angle of 48.45º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFAB14 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 171 20 -
CMYK 0 0.17 0.90 0.19
HSL 48.45º 0.82% 0.45% -
HSV(B) 48.45º 0.9% 0.81% -
XYZ 40.42 42.44 6.72 -
YUV 164.55 46.43 158.28 -
System Red Green Blue C M Y K H S L
Decimal 207 171 20 0 0.17 0.90 0.19 48.45 0.82 0.45
Hex CF AB 14 0 11 5A 13 30 52 2D
Octal 317 253 24 0 21 132 23 60 122 55
Binary 11001111 10101011 10100 0 10001 1011010 10011 110000 1010010 101101

Color Harmonies of #CFAB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB14

Black with #CFAB14

Text Example


Text Example

White with #CFAB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB14; }

 p { color: rgb(207,171,20); }

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

background-color css

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

 a { background-color: rgb(207,171,20); }

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

border-color css

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

 span { border-color: rgb(207,171,20); }

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