Html Css Color HEX #CDA720 Galliano

📋 copy color: '#CDA720'

red 205 ◦ green 167 ◦ blue 32

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

Shades of Galliano #CDA720

Tints of Galliano #CDA720

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.34%

 BLUE value IS 32 (12.89% from 255) = 7.92%

R = 50.74%
G = 41.34%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CDA720 (or 0xCDA720) is known color: Galliano. HEX triplet: CD, A7 and 20. RGB value is (205,167,32). Sum of RGB (Red+Green+Blue) = 205+167+32=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA720 is #3258DF. Grayscale: #A3A3A3. Windows color (decimal): -3299552 or 2140109. OLE color: 2140109.

HSL color Cylindrical-coordinate representation of color #CDA720: hue angle of 46.82º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDA720 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 167 32 -
CMYK 0 0.19 0.84 0.20
HSL 46.82º 0.73% 0.46% -
HSV(B) 46.82º 0.84% 0.8% -
XYZ 39.26 40.72 7.16 -
YUV 162.97 54.09 157.98 -
System Red Green Blue C M Y K H S L
Decimal 205 167 32 0 0.19 0.84 0.20 46.82 0.73 0.46
Hex CD A7 20 0 13 54 14 2F 49 2E
Octal 315 247 40 0 23 124 24 57 111 56
Binary 11001101 10100111 100000 0 10011 1010100 10100 101111 1001001 101110

Color Harmonies of #CDA720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA720

Black with #CDA720

Text Example


Text Example

White with #CDA720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA720; }

 p { color: rgb(205,167,32); }

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

background-color css

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

 a { background-color: rgb(205,167,32); }

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

border-color css

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

 span { border-color: rgb(205,167,32); }

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