Html Css Color HEX #CDA23A Metallic Gold

📋 copy color: '#CDA23A'

red 205 ◦ green 162 ◦ blue 58

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

Shades of Metallic Gold #CDA23A

Tints of Metallic Gold #CDA23A

RGB

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

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

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

R = 48.24%
G = 38.12%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CDA23A (or 0xCDA23A) is known color: Metallic Gold. HEX triplet: CD, A2 and 3A. RGB value is (205,162,58). Sum of RGB (Red+Green+Blue) = 205+162+58=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA23A is #325DC5. Grayscale: #A3A3A3. Windows color (decimal): -3300806 or 3842765. OLE color: 3842765.

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

Color convert

RGB 205 162 58 -
CMYK 0 0.21 0.72 0.20
HSL 42.45º 0.6% 0.52% -
HSV(B) 42.45º 0.72% 0.8% -
XYZ 38.86 39.13 9.51 -
YUV 163 68.75 157.96 -
System Red Green Blue C M Y K H S L
Decimal 205 162 58 0 0.21 0.72 0.20 42.45 0.6 0.52
Hex CD A2 3A 0 15 48 14 2A 3C 34
Octal 315 242 72 0 25 110 24 52 74 64
Binary 11001101 10100010 111010 0 10101 1001000 10100 101010 111100 110100

Color Harmonies of #CDA23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA23A

Black with #CDA23A

Text Example


Text Example

White with #CDA23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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