Html Css Color HEX #CDA42F Metallic Gold

📋 copy color: '#CDA42F'

red 205 ◦ green 164 ◦ blue 47

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

Shades of Metallic Gold #CDA42F

Tints of Metallic Gold #CDA42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.3%

R = 49.28%
G = 39.42%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CDA42F (or 0xCDA42F) is known color: Metallic Gold. HEX triplet: CD, A4 and 2F. RGB value is (205,164,47). Sum of RGB (Red+Green+Blue) = 205+164+47=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA42F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA42F is #325BD0. Grayscale: #A3A3A3. Windows color (decimal): -3300305 or 3122381. OLE color: 3122381.

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

Color convert

RGB 205 164 47 -
CMYK 0 0.2 0.77 0.20
HSL 44.43º 0.63% 0.49% -
HSV(B) 44.43º 0.77% 0.8% -
XYZ 38.97 39.74 8.31 -
YUV 162.92 62.58 158.01 -
System Red Green Blue C M Y K H S L
Decimal 205 164 47 0 0.2 0.77 0.20 44.43 0.63 0.49
Hex CD A4 2F 0 14 4D 14 2C 3F 31
Octal 315 244 57 0 24 115 24 54 77 61
Binary 11001101 10100100 101111 0 10100 1001101 10100 101100 111111 110001

Color Harmonies of #CDA42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA42F

Black with #CDA42F

Text Example


Text Example

White with #CDA42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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