Html Css Color HEX #CDA225 Galliano

📋 copy color: '#CDA225'

red 205 ◦ green 162 ◦ blue 37

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

Shades of Galliano #CDA225

Tints of Galliano #CDA225

RGB

 RED value IS 205 (80.47% from 255) = 50.74%

 GREEN value IS 162 (63.67% from 255) = 40.1%

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

R = 50.74%
G = 40.1%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CDA225 (or 0xCDA225) is known color: Galliano. HEX triplet: CD, A2 and 25. RGB value is (205,162,37). Sum of RGB (Red+Green+Blue) = 205+162+37=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA225 is #325DDA. Grayscale: #A1A1A1. Windows color (decimal): -3300827 or 2466509. OLE color: 2466509.

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

Color convert

RGB 205 162 37 -
CMYK 0 0.21 0.82 0.20
HSL 44.64º 0.69% 0.47% -
HSV(B) 44.64º 0.82% 0.8% -
XYZ 38.43 38.95 7.24 -
YUV 160.61 58.25 159.66 -
System Red Green Blue C M Y K H S L
Decimal 205 162 37 0 0.21 0.82 0.20 44.64 0.69 0.47
Hex CD A2 25 0 15 52 14 2D 45 2F
Octal 315 242 45 0 25 122 24 55 105 57
Binary 11001101 10100010 100101 0 10101 1010010 10100 101101 1000101 101111

Color Harmonies of #CDA225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA225

Black with #CDA225

Text Example


Text Example

White with #CDA225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA225; }

 p { color: rgb(205,162,37); }

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

background-color css

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

 a { background-color: rgb(205,162,37); }

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

border-color css

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

 span { border-color: rgb(205,162,37); }

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