Html Css Color HEX #CFAE14 Galliano

📋 copy color: '#CFAE14'

red 207 ◦ green 174 ◦ blue 20

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

Shades of Galliano #CFAE14

Tints of Galliano #CFAE14

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.39%

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

R = 51.62%
G = 43.39%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFAE14 (or 0xCFAE14) is known color: Galliano. HEX triplet: CF, AE and 14. RGB value is (207,174,20). Sum of RGB (Red+Green+Blue) = 207+174+20=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFAE14 is #3051EB. Grayscale: #A6A6A6. Windows color (decimal): -3166700 or 1355471. OLE color: 1355471.

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

Color convert

RGB 207 174 20 -
CMYK 0 0.16 0.90 0.19
HSL 49.41º 0.82% 0.45% -
HSV(B) 49.41º 0.9% 0.81% -
XYZ 40.99 43.59 6.91 -
YUV 166.31 45.43 157.02 -
System Red Green Blue C M Y K H S L
Decimal 207 174 20 0 0.16 0.90 0.19 49.41 0.82 0.45
Hex CF AE 14 0 10 5A 13 31 52 2D
Octal 317 256 24 0 20 132 23 61 122 55
Binary 11001111 10101110 10100 0 10000 1011010 10011 110001 1010010 101101

Color Harmonies of #CFAE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE14

Black with #CFAE14

Text Example


Text Example

White with #CFAE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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