Html Css Color HEX #CFAD1E Galliano

📋 copy color: '#CFAD1E'

red 207 ◦ green 173 ◦ blue 30

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

Shades of Galliano #CFAD1E

Tints of Galliano #CFAD1E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.2%

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

R = 50.49%
G = 42.2%
B = 7.32%

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

#CFAD1E (or 0xCFAD1E) is known color: Galliano. HEX triplet: CF, AD and 1E. RGB value is (207,173,30). Sum of RGB (Red+Green+Blue) = 207+173+30=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 30 (12.11% from 255 or 7.32% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAD1E is #3052E1. Grayscale: #A7A7A7. Windows color (decimal): -3166946 or 2010575. OLE color: 2010575.

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

Color convert

RGB 207 173 30 -
CMYK 0 0.16 0.86 0.19
HSL 48.47º 0.75% 0.46% -
HSV(B) 48.47º 0.86% 0.81% -
XYZ 40.91 43.25 7.42 -
YUV 166.86 50.76 156.63 -
System Red Green Blue C M Y K H S L
Decimal 207 173 30 0 0.16 0.86 0.19 48.47 0.75 0.46
Hex CF AD 1E 0 10 56 13 30 4B 2E
Octal 317 255 36 0 20 126 23 60 113 56
Binary 11001111 10101101 11110 0 10000 1010110 10011 110000 1001011 101110

Color Harmonies of #CFAD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD1E

Black with #CFAD1E

Text Example


Text Example

White with #CFAD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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