Html Css Color HEX #CDA325 Galliano

📋 copy color: '#CDA325'

red 205 ◦ green 163 ◦ blue 37

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

Shades of Galliano #CDA325

Tints of Galliano #CDA325

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.25%

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

R = 50.62%
G = 40.25%
B = 9.14%

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

#CDA325 (or 0xCDA325) is known color: Galliano. HEX triplet: CD, A3 and 25. RGB value is (205,163,37). Sum of RGB (Red+Green+Blue) = 205+163+37=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA325 is #325CDA. Grayscale: #A1A1A1. Windows color (decimal): -3300571 or 2466765. OLE color: 2466765.

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

Color convert

RGB 205 163 37 -
CMYK 0 0.20 0.82 0.20
HSL 45º 0.69% 0.47% -
HSV(B) 45º 0.82% 0.8% -
XYZ 38.61 39.31 7.3 -
YUV 161.19 57.91 159.25 -
System Red Green Blue C M Y K H S L
Decimal 205 163 37 0 0.20 0.82 0.20 45 0.69 0.47
Hex CD A3 25 0 14 52 14 2D 45 2F
Octal 315 243 45 0 24 122 24 55 105 57
Binary 11001101 10100011 100101 0 10100 1010010 10100 101101 1000101 101111

Color Harmonies of #CDA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA325

Black with #CDA325

Text Example


Text Example

White with #CDA325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA325; }

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

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

background-color css

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

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

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

border-color css

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

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

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