Html Css Color HEX #CDA025 Galliano

📋 copy color: '#CDA025'

red 205 ◦ green 160 ◦ blue 37

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

Shades of Galliano #CDA025

Tints of Galliano #CDA025

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.8%

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

R = 51%
G = 39.8%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CDA025 (or 0xCDA025) is known color: Galliano. HEX triplet: CD, A0 and 25. RGB value is (205,160,37). Sum of RGB (Red+Green+Blue) = 205+160+37=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 37 (14.84% from 255 or 9.20% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA025 is #325FDA. Grayscale: #9F9F9F. Windows color (decimal): -3301339 or 2465997. OLE color: 2465997.

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

Color convert

RGB 205 160 37 -
CMYK 0 0.22 0.82 0.20
HSL 43.93º 0.69% 0.47% -
HSV(B) 43.93º 0.82% 0.8% -
XYZ 38.08 38.25 7.13 -
YUV 159.43 58.91 160.5 -
System Red Green Blue C M Y K H S L
Decimal 205 160 37 0 0.22 0.82 0.20 43.93 0.69 0.47
Hex CD A0 25 0 16 52 14 2C 45 2F
Octal 315 240 45 0 26 122 24 54 105 57
Binary 11001101 10100000 100101 0 10110 1010010 10100 101100 1000101 101111

Color Harmonies of #CDA025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA025

Black with #CDA025

Text Example


Text Example

White with #CDA025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA025; }

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

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

background-color css

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

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

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

border-color css

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

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

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