Html Css Color HEX #CFA130 Galliano

📋 copy color: '#CFA130'

red 207 ◦ green 161 ◦ blue 48

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

Shades of Galliano #CFA130

Tints of Galliano #CFA130

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.7%

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

R = 49.76%
G = 38.7%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CFA130 (or 0xCFA130) is known color: Galliano. HEX triplet: CF, A1 and 30. RGB value is (207,161,48). Sum of RGB (Red+Green+Blue) = 207+161+48=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA130 is #305ECF. Grayscale: #A2A2A2. Windows color (decimal): -3170000 or 3187151. OLE color: 3187151.

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

Color convert

RGB 207 161 48 -
CMYK 0 0.22 0.77 0.19
HSL 42.64º 0.62% 0.5% -
HSV(B) 42.64º 0.77% 0.81% -
XYZ 39.01 38.97 8.26 -
YUV 161.87 63.74 160.19 -
System Red Green Blue C M Y K H S L
Decimal 207 161 48 0 0.22 0.77 0.19 42.64 0.62 0.5
Hex CF A1 30 0 16 4D 13 2B 3E 32
Octal 317 241 60 0 26 115 23 53 76 62
Binary 11001111 10100001 110000 0 10110 1001101 10011 101011 111110 110010

Color Harmonies of #CFA130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA130

Black with #CFA130

Text Example


Text Example

White with #CFA130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA130; }

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

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

background-color css

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

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

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

border-color css

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

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

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