Html Css Color HEX #CDA836 Metallic Gold

📋 copy color: '#CDA836'

red 205 ◦ green 168 ◦ blue 54

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

Shades of Metallic Gold #CDA836

Tints of Metallic Gold #CDA836

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.34%

 BLUE value IS 54 (21.48% from 255) = 12.65%

R = 48.01%
G = 39.34%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CDA836 (or 0xCDA836) is known color: Metallic Gold. HEX triplet: CD, A8 and 36. RGB value is (205,168,54). Sum of RGB (Red+Green+Blue) = 205+168+54=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 54 (21.48% from 255 or 12.65% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA836 is #3257C9. Grayscale: #A6A6A6. Windows color (decimal): -3299274 or 3582157. OLE color: 3582157.

HSL color Cylindrical-coordinate representation of color #CDA836: hue angle of 45.3º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDA836 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 168 54 -
CMYK 0 0.18 0.74 0.20
HSL 45.3º 0.6% 0.51% -
HSV(B) 45.3º 0.74% 0.8% -
XYZ 39.85 41.25 9.35 -
YUV 166.07 64.76 155.77 -
System Red Green Blue C M Y K H S L
Decimal 205 168 54 0 0.18 0.74 0.20 45.3 0.6 0.51
Hex CD A8 36 0 12 4A 14 2D 3C 33
Octal 315 250 66 0 22 112 24 55 74 63
Binary 11001101 10101000 110110 0 10010 1001010 10100 101101 111100 110011

Color Harmonies of #CDA836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA836

Black with #CDA836

Text Example


Text Example

White with #CDA836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA836; }

 p { color: rgb(205,168,54); }

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

background-color css

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

 a { background-color: rgb(205,168,54); }

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

border-color css

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

 span { border-color: rgb(205,168,54); }

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