Html Css Color HEX #CFA50C Galliano

📋 copy color: '#CFA50C'

red 207 ◦ green 165 ◦ blue 12

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

Shades of Galliano #CFA50C

Tints of Galliano #CFA50C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.97%

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 53.91%
G = 42.97%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CFA50C (or 0xCFA50C) is known color: Galliano. HEX triplet: CF, A5 and 0C. RGB value is (207,165,12). Sum of RGB (Red+Green+Blue) = 207+165+12=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA50C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA50C is #305AF3. Grayscale: #A0A0A0. Windows color (decimal): -3169012 or 828879. OLE color: 828879.

HSL color Cylindrical-coordinate representation of color #CFA50C: hue angle of 47.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFA50C is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 165 12 -
CMYK 0 0.20 0.94 0.19
HSL 47.08º 0.89% 0.43% -
HSV(B) 47.08º 0.94% 0.81% -
XYZ 39.25 40.2 6.04 -
YUV 160.12 44.41 161.44 -
System Red Green Blue C M Y K H S L
Decimal 207 165 12 0 0.20 0.94 0.19 47.08 0.89 0.43
Hex CF A5 C 0 14 5E 13 2F 59 2B
Octal 317 245 14 0 24 136 23 57 131 53
Binary 11001111 10100101 1100 0 10100 1011110 10011 101111 1011001 101011

Color Harmonies of #CFA50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA50C

Black with #CFA50C

Text Example


Text Example

White with #CFA50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA50C; }

 p { color: rgb(207,165,12); }

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

background-color css

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

 a { background-color: rgb(207,165,12); }

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

border-color css

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

 span { border-color: rgb(207,165,12); }

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