Html Css Color HEX #CDA43C Metallic Gold

📋 copy color: '#CDA43C'

red 205 ◦ green 164 ◦ blue 60

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

Shades of Metallic Gold #CDA43C

Tints of Metallic Gold #CDA43C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.99%

R = 47.79%
G = 38.23%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CDA43C (or 0xCDA43C) is known color: Metallic Gold. HEX triplet: CD, A4 and 3C. RGB value is (205,164,60). Sum of RGB (Red+Green+Blue) = 205+164+60=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA43C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA43C is #325BC3. Grayscale: #A4A4A4. Windows color (decimal): -3300292 or 3974349. OLE color: 3974349.

HSL color Cylindrical-coordinate representation of color #CDA43C: hue angle of 43.03º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDA43C is Cyan = 0, Magento = 0.2, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 164 60 -
CMYK 0 0.2 0.71 0.20
HSL 43.03º 0.59% 0.52% -
HSV(B) 43.03º 0.71% 0.8% -
XYZ 39.27 39.86 9.9 -
YUV 164.4 69.08 156.96 -
System Red Green Blue C M Y K H S L
Decimal 205 164 60 0 0.2 0.71 0.20 43.03 0.59 0.52
Hex CD A4 3C 0 14 47 14 2B 3B 34
Octal 315 244 74 0 24 107 24 53 73 64
Binary 11001101 10100100 111100 0 10100 1000111 10100 101011 111011 110100

Color Harmonies of #CDA43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA43C

Black with #CDA43C

Text Example


Text Example

White with #CDA43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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