Html Css Color HEX #CFAE1E Galliano

📋 copy color: '#CFAE1E'

red 207 ◦ green 174 ◦ blue 30

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

Shades of Galliano #CFAE1E

Tints of Galliano #CFAE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.3%

R = 50.36%
G = 42.34%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CFAE1E (or 0xCFAE1E) is known color: Galliano. HEX triplet: CF, AE and 1E. RGB value is (207,174,30). Sum of RGB (Red+Green+Blue) = 207+174+30=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE1E is #3051E1. Grayscale: #A8A8A8. Windows color (decimal): -3166690 or 2010831. OLE color: 2010831.

HSL color Cylindrical-coordinate representation of color #CFAE1E: hue angle of 48.81º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFAE1E is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 174 30 -
CMYK 0 0.16 0.86 0.19
HSL 48.81º 0.75% 0.46% -
HSV(B) 48.81º 0.86% 0.81% -
XYZ 41.1 43.63 7.48 -
YUV 167.45 50.43 156.21 -
System Red Green Blue C M Y K H S L
Decimal 207 174 30 0 0.16 0.86 0.19 48.81 0.75 0.46
Hex CF AE 1E 0 10 56 13 31 4B 2E
Octal 317 256 36 0 20 126 23 61 113 56
Binary 11001111 10101110 11110 0 10000 1010110 10011 110001 1001011 101110

Color Harmonies of #CFAE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE1E

Black with #CFAE1E

Text Example


Text Example

White with #CFAE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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