Html Css Color HEX #CDA43A Metallic Gold

📋 copy color: '#CDA43A'

red 205 ◦ green 164 ◦ blue 58

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

Shades of Metallic Gold #CDA43A

Tints of Metallic Gold #CDA43A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.58%

R = 48.01%
G = 38.41%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CDA43A (or 0xCDA43A) is known color: Metallic Gold. HEX triplet: CD, A4 and 3A. RGB value is (205,164,58). Sum of RGB (Red+Green+Blue) = 205+164+58=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA43A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA43A is #325BC5. Grayscale: #A4A4A4. Windows color (decimal): -3300294 or 3843277. OLE color: 3843277.

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

Color convert

RGB 205 164 58 -
CMYK 0 0.2 0.72 0.20
HSL 43.27º 0.6% 0.52% -
HSV(B) 43.27º 0.72% 0.8% -
XYZ 39.22 39.84 9.63 -
YUV 164.18 68.08 157.12 -
System Red Green Blue C M Y K H S L
Decimal 205 164 58 0 0.2 0.72 0.20 43.27 0.6 0.52
Hex CD A4 3A 0 14 48 14 2B 3C 34
Octal 315 244 72 0 24 110 24 53 74 64
Binary 11001101 10100100 111010 0 10100 1001000 10100 101011 111100 110100

Color Harmonies of #CDA43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA43A

Black with #CDA43A

Text Example


Text Example

White with #CDA43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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