Html Css Color HEX #CAA725 Galliano

📋 copy color: '#CAA725'

red 202 ◦ green 167 ◦ blue 37

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

Shades of Galliano #CAA725

Tints of Galliano #CAA725

RGB

 RED value IS 202 (79.3% from 255) = 49.75%

 GREEN value IS 167 (65.63% from 255) = 41.13%

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

R = 49.75%
G = 41.13%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CAA725 (or 0xCAA725) is known color: Galliano. HEX triplet: CA, A7 and 25. RGB value is (202,167,37). Sum of RGB (Red+Green+Blue) = 202+167+37=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA725 is #3558DA. Grayscale: #A3A3A3. Windows color (decimal): -3496155 or 2467786. OLE color: 2467786.

HSL color Cylindrical-coordinate representation of color #CAA725: hue angle of 47.27º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAA725 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 167 37 -
CMYK 0 0.17 0.82 0.21
HSL 47.27º 0.69% 0.47% -
HSV(B) 47.27º 0.82% 0.79% -
XYZ 38.51 40.33 7.5 -
YUV 162.65 57.1 156.07 -
System Red Green Blue C M Y K H S L
Decimal 202 167 37 0 0.17 0.82 0.21 47.27 0.69 0.47
Hex CA A7 25 0 11 52 15 2F 45 2F
Octal 312 247 45 0 21 122 25 57 105 57
Binary 11001010 10100111 100101 0 10001 1010010 10101 101111 1000101 101111

Color Harmonies of #CAA725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA725

Black with #CAA725

Text Example


Text Example

White with #CAA725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA725; }

 p { color: rgb(202,167,37); }

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

background-color css

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

 a { background-color: rgb(202,167,37); }

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

border-color css

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

 span { border-color: rgb(202,167,37); }

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