Html Css Color HEX #CFA030 Galliano

📋 copy color: '#CFA030'

red 207 ◦ green 160 ◦ blue 48

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

Shades of Galliano #CFA030

Tints of Galliano #CFA030

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.55%

 BLUE value IS 48 (19.14% from 255) = 11.57%

R = 49.88%
G = 38.55%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CFA030 (or 0xCFA030) is known color: Galliano. HEX triplet: CF, A0 and 30. RGB value is (207,160,48). Sum of RGB (Red+Green+Blue) = 207+160+48=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA030 is #305FCF. Grayscale: #A1A1A1. Windows color (decimal): -3170256 or 3186895. OLE color: 3186895.

HSL color Cylindrical-coordinate representation of color #CFA030: hue angle of 42.26º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFA030 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 160 48 -
CMYK 0 0.23 0.77 0.19
HSL 42.26º 0.62% 0.5% -
HSV(B) 42.26º 0.77% 0.81% -
XYZ 38.84 38.62 8.2 -
YUV 161.29 64.07 160.61 -
System Red Green Blue C M Y K H S L
Decimal 207 160 48 0 0.23 0.77 0.19 42.26 0.62 0.5
Hex CF A0 30 0 17 4D 13 2A 3E 32
Octal 317 240 60 0 27 115 23 52 76 62
Binary 11001111 10100000 110000 0 10111 1001101 10011 101010 111110 110010

Color Harmonies of #CFA030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA030

Black with #CFA030

Text Example


Text Example

White with #CFA030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA030; }

 p { color: rgb(207,160,48); }

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

background-color css

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

 a { background-color: rgb(207,160,48); }

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

border-color css

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

 span { border-color: rgb(207,160,48); }

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