Html Css Color HEX #CDA23D Metallic Gold

📋 copy color: '#CDA23D'

red 205 ◦ green 162 ◦ blue 61

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

Shades of Metallic Gold #CDA23D

Tints of Metallic Gold #CDA23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.25%

R = 47.9%
G = 37.85%
B = 14.25%

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

#CDA23D (or 0xCDA23D) is known color: Metallic Gold. HEX triplet: CD, A2 and 3D. RGB value is (205,162,61). Sum of RGB (Red+Green+Blue) = 205+162+61=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA23D is #325DC2. Grayscale: #A3A3A3. Windows color (decimal): -3300803 or 4039373. OLE color: 4039373.

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

Color convert

RGB 205 162 61 -
CMYK 0 0.21 0.70 0.20
HSL 42.08º 0.59% 0.52% -
HSV(B) 42.08º 0.7% 0.8% -
XYZ 38.94 39.16 9.92 -
YUV 163.34 70.25 157.71 -
System Red Green Blue C M Y K H S L
Decimal 205 162 61 0 0.21 0.70 0.20 42.08 0.59 0.52
Hex CD A2 3D 0 15 46 14 2A 3B 34
Octal 315 242 75 0 25 106 24 52 73 64
Binary 11001101 10100010 111101 0 10101 1000110 10100 101010 111011 110100

Color Harmonies of #CDA23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA23D

Black with #CDA23D

Text Example


Text Example

White with #CDA23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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