Html Css Color HEX #CDA73A Metallic Gold

📋 copy color: '#CDA73A'

red 205 ◦ green 167 ◦ blue 58

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

Shades of Metallic Gold #CDA73A

Tints of Metallic Gold #CDA73A

RGB

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

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

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

R = 47.67%
G = 38.84%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CDA73A (or 0xCDA73A) is known color: Metallic Gold. HEX triplet: CD, A7 and 3A. RGB value is (205,167,58). Sum of RGB (Red+Green+Blue) = 205+167+58=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA73A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA73A is #3258C5. Grayscale: #A6A6A6. Windows color (decimal): -3299526 or 3844045. OLE color: 3844045.

HSL color Cylindrical-coordinate representation of color #CDA73A: hue angle of 44.49º 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 #CDA73A is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 167 58 -
CMYK 0 0.19 0.72 0.20
HSL 44.49º 0.6% 0.52% -
HSV(B) 44.49º 0.72% 0.8% -
XYZ 39.76 40.92 9.81 -
YUV 165.94 67.09 155.86 -
System Red Green Blue C M Y K H S L
Decimal 205 167 58 0 0.19 0.72 0.20 44.49 0.6 0.52
Hex CD A7 3A 0 13 48 14 2C 3C 34
Octal 315 247 72 0 23 110 24 54 74 64
Binary 11001101 10100111 111010 0 10011 1001000 10100 101100 111100 110100

Color Harmonies of #CDA73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA73A

Black with #CDA73A

Text Example


Text Example

White with #CDA73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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