Html Css Color HEX #CFA525 Galliano

📋 copy color: '#CFA525'

red 207 ◦ green 165 ◦ blue 37

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

Shades of Galliano #CFA525

Tints of Galliano #CFA525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.05%

R = 50.61%
G = 40.34%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CFA525 (or 0xCFA525) is known color: Galliano. HEX triplet: CF, A5 and 25. RGB value is (207,165,37). Sum of RGB (Red+Green+Blue) = 207+165+37=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA525 is #305ADA. Grayscale: #A3A3A3. Windows color (decimal): -3168987 or 2467279. OLE color: 2467279.

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

Color convert

RGB 207 165 37 -
CMYK 0 0.20 0.82 0.19
HSL 45.18º 0.7% 0.48% -
HSV(B) 45.18º 0.82% 0.81% -
XYZ 39.52 40.31 7.45 -
YUV 162.97 56.91 159.41 -
System Red Green Blue C M Y K H S L
Decimal 207 165 37 0 0.20 0.82 0.19 45.18 0.7 0.48
Hex CF A5 25 0 14 52 13 2D 46 30
Octal 317 245 45 0 24 122 23 55 106 60
Binary 11001111 10100101 100101 0 10100 1010010 10011 101101 1000110 110000

Color Harmonies of #CFA525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA525

Black with #CFA525

Text Example


Text Example

White with #CFA525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA525; }

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

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

background-color css

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

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

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

border-color css

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

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

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