Html Css Color HEX #CDA52D Galliano

📋 copy color: '#CDA52D'

red 205 ◦ green 165 ◦ blue 45

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

Shades of Galliano #CDA52D

Tints of Galliano #CDA52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.84%

R = 49.4%
G = 39.76%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CDA52D (or 0xCDA52D) is known color: Galliano. HEX triplet: CD, A5 and 2D. RGB value is (205,165,45). Sum of RGB (Red+Green+Blue) = 205+165+45=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA52D is #325AD2. Grayscale: #A3A3A3. Windows color (decimal): -3300051 or 2991565. OLE color: 2991565.

HSL color Cylindrical-coordinate representation of color #CDA52D: hue angle of 45º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDA52D is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 165 45 -
CMYK 0 0.20 0.78 0.20
HSL 45º 0.64% 0.49% -
HSV(B) 45º 0.78% 0.8% -
XYZ 39.11 40.08 8.16 -
YUV 163.28 61.25 157.76 -
System Red Green Blue C M Y K H S L
Decimal 205 165 45 0 0.20 0.78 0.20 45 0.64 0.49
Hex CD A5 2D 0 14 4E 14 2D 40 31
Octal 315 245 55 0 24 116 24 55 100 61
Binary 11001101 10100101 101101 0 10100 1001110 10100 101101 1000000 110001

Color Harmonies of #CDA52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA52D

Black with #CDA52D

Text Example


Text Example

White with #CDA52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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