Html Css Color HEX #CDA525 Galliano

📋 copy color: '#CDA525'

red 205 ◦ green 165 ◦ blue 37

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

Shades of Galliano #CDA525

Tints of Galliano #CDA525

RGB

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

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

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

R = 50.37%
G = 40.54%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CDA525 (or 0xCDA525) is known color: Galliano. HEX triplet: CD, A5 and 25. RGB value is (205,165,37). Sum of RGB (Red+Green+Blue) = 205+165+37=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA525 is #325ADA. Grayscale: #A2A2A2. Windows color (decimal): -3300059 or 2467277. OLE color: 2467277.

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

Color convert

RGB 205 165 37 -
CMYK 0 0.20 0.82 0.20
HSL 45.71º 0.69% 0.47% -
HSV(B) 45.71º 0.82% 0.8% -
XYZ 38.97 40.02 7.42 -
YUV 162.37 57.25 158.41 -
System Red Green Blue C M Y K H S L
Decimal 205 165 37 0 0.20 0.82 0.20 45.71 0.69 0.47
Hex CD A5 25 0 14 52 14 2E 45 2F
Octal 315 245 45 0 24 122 24 56 105 57
Binary 11001101 10100101 100101 0 10100 1010010 10100 101110 1000101 101111

Color Harmonies of #CDA525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA525

Black with #CDA525

Text Example


Text Example

White with #CDA525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA525; }

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

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

background-color css

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

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

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

border-color css

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

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

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