Html Css Color HEX #CFA522 Galliano

📋 copy color: '#CFA522'

red 207 ◦ green 165 ◦ blue 34

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

Shades of Galliano #CFA522

Tints of Galliano #CFA522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.37%

R = 50.99%
G = 40.64%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CFA522 (or 0xCFA522) is known color: Galliano. HEX triplet: CF, A5 and 22. RGB value is (207,165,34). Sum of RGB (Red+Green+Blue) = 207+165+34=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 34 (13.67% from 255 or 8.37% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA522 is #305ADD. Grayscale: #A3A3A3. Windows color (decimal): -3168990 or 2270671. OLE color: 2270671.

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

Color convert

RGB 207 165 34 -
CMYK 0 0.20 0.84 0.19
HSL 45.43º 0.72% 0.47% -
HSV(B) 45.43º 0.84% 0.81% -
XYZ 39.48 40.29 7.21 -
YUV 162.62 55.41 159.65 -
System Red Green Blue C M Y K H S L
Decimal 207 165 34 0 0.20 0.84 0.19 45.43 0.72 0.47
Hex CF A5 22 0 14 54 13 2D 48 2F
Octal 317 245 42 0 24 124 23 55 110 57
Binary 11001111 10100101 100010 0 10100 1010100 10011 101101 1001000 101111

Color Harmonies of #CFA522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA522

Black with #CFA522

Text Example


Text Example

White with #CFA522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA522; }

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

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

background-color css

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

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

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

border-color css

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

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

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