Html Css Color HEX #CDA527 Galliano

📋 copy color: '#CDA527'

red 205 ◦ green 165 ◦ blue 39

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

Shades of Galliano #CDA527

Tints of Galliano #CDA527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.54%

R = 50.12%
G = 40.34%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CDA527 (or 0xCDA527) is known color: Galliano. HEX triplet: CD, A5 and 27. RGB value is (205,165,39). Sum of RGB (Red+Green+Blue) = 205+165+39=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA527 is #325AD8. Grayscale: #A3A3A3. Windows color (decimal): -3300057 or 2598349. OLE color: 2598349.

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

Color convert

RGB 205 165 39 -
CMYK 0 0.20 0.81 0.20
HSL 45.54º 0.68% 0.48% -
HSV(B) 45.54º 0.81% 0.8% -
XYZ 39 40.04 7.59 -
YUV 162.6 58.25 158.25 -
System Red Green Blue C M Y K H S L
Decimal 205 165 39 0 0.20 0.81 0.20 45.54 0.68 0.48
Hex CD A5 27 0 14 51 14 2E 44 30
Octal 315 245 47 0 24 121 24 56 104 60
Binary 11001101 10100101 100111 0 10100 1010001 10100 101110 1000100 110000

Color Harmonies of #CDA527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA527

Black with #CDA527

Text Example


Text Example

White with #CDA527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA527; }

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

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

background-color css

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

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

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

border-color css

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

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

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