Html Css Color HEX #CDA23E Metallic Gold

📋 copy color: '#CDA23E'

red 205 ◦ green 162 ◦ blue 62

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

Shades of Metallic Gold #CDA23E

Tints of Metallic Gold #CDA23E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.76%

 BLUE value IS 62 (24.61% from 255) = 14.45%

R = 47.79%
G = 37.76%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CDA23E (or 0xCDA23E) is known color: Metallic Gold. HEX triplet: CD, A2 and 3E. RGB value is (205,162,62). Sum of RGB (Red+Green+Blue) = 205+162+62=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA23E is #325DC1. Grayscale: #A3A3A3. Windows color (decimal): -3300802 or 4104909. OLE color: 4104909.

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

Color convert

RGB 205 162 62 -
CMYK 0 0.21 0.70 0.20
HSL 41.96º 0.59% 0.52% -
HSV(B) 41.96º 0.7% 0.8% -
XYZ 38.97 39.17 10.06 -
YUV 163.46 70.75 157.63 -
System Red Green Blue C M Y K H S L
Decimal 205 162 62 0 0.21 0.70 0.20 41.96 0.59 0.52
Hex CD A2 3E 0 15 46 14 2A 3B 34
Octal 315 242 76 0 25 106 24 52 73 64
Binary 11001101 10100010 111110 0 10101 1000110 10100 101010 111011 110100

Color Harmonies of #CDA23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA23E

Black with #CDA23E

Text Example


Text Example

White with #CDA23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA23E; }

 p { color: rgb(205,162,62); }

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

background-color css

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

 a { background-color: rgb(205,162,62); }

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

border-color css

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

 span { border-color: rgb(205,162,62); }

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