Html Css Color HEX #CDA425 Galliano

📋 copy color: '#CDA425'

red 205 ◦ green 164 ◦ blue 37

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

Shades of Galliano #CDA425

Tints of Galliano #CDA425

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.39%

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

R = 50.49%
G = 40.39%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CDA425 (or 0xCDA425) is known color: Galliano. HEX triplet: CD, A4 and 25. RGB value is (205,164,37). Sum of RGB (Red+Green+Blue) = 205+164+37=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA425 is #325BDA. Grayscale: #A2A2A2. Windows color (decimal): -3300315 or 2467021. OLE color: 2467021.

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

Color convert

RGB 205 164 37 -
CMYK 0 0.2 0.82 0.20
HSL 45.36º 0.69% 0.47% -
HSV(B) 45.36º 0.82% 0.8% -
XYZ 38.79 39.66 7.36 -
YUV 161.78 57.58 158.83 -
System Red Green Blue C M Y K H S L
Decimal 205 164 37 0 0.2 0.82 0.20 45.36 0.69 0.47
Hex CD A4 25 0 14 52 14 2D 45 2F
Octal 315 244 45 0 24 122 24 55 105 57
Binary 11001101 10100100 100101 0 10100 1010010 10100 101101 1000101 101111

Color Harmonies of #CDA425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA425

Black with #CDA425

Text Example


Text Example

White with #CDA425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA425; }

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

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

background-color css

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

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

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

border-color css

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

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

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