Html Css Color HEX #CFAE27 Galliano

📋 copy color: '#CFAE27'

red 207 ◦ green 174 ◦ blue 39

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

Shades of Galliano #CFAE27

Tints of Galliano #CFAE27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.29%

R = 49.29%
G = 41.43%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CFAE27 (or 0xCFAE27) is known color: Galliano. HEX triplet: CF, AE and 27. RGB value is (207,174,39). Sum of RGB (Red+Green+Blue) = 207+174+39=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE27 is #3051D8. Grayscale: #A9A9A9. Windows color (decimal): -3166681 or 2600655. OLE color: 2600655.

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

Color convert

RGB 207 174 39 -
CMYK 0 0.16 0.81 0.19
HSL 48.21º 0.68% 0.48% -
HSV(B) 48.21º 0.81% 0.81% -
XYZ 41.23 43.68 8.18 -
YUV 168.48 54.93 155.48 -
System Red Green Blue C M Y K H S L
Decimal 207 174 39 0 0.16 0.81 0.19 48.21 0.68 0.48
Hex CF AE 27 0 10 51 13 30 44 30
Octal 317 256 47 0 20 121 23 60 104 60
Binary 11001111 10101110 100111 0 10000 1010001 10011 110000 1000100 110000

Color Harmonies of #CFAE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAE27

Black with #CFAE27

Text Example


Text Example

White with #CFAE27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAE27; }

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

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

background-color css

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

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

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

border-color css

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

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

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