Html Css Color HEX #CDA23C Metallic Gold

📋 copy color: '#CDA23C'

red 205 ◦ green 162 ◦ blue 60

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

Shades of Metallic Gold #CDA23C

Tints of Metallic Gold #CDA23C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.05%

R = 48.01%
G = 37.94%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CDA23C (or 0xCDA23C) is known color: Metallic Gold. HEX triplet: CD, A2 and 3C. RGB value is (205,162,60). Sum of RGB (Red+Green+Blue) = 205+162+60=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA23C is #325DC3. Grayscale: #A3A3A3. Windows color (decimal): -3300804 or 3973837. OLE color: 3973837.

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

Color convert

RGB 205 162 60 -
CMYK 0 0.21 0.71 0.20
HSL 42.21º 0.59% 0.52% -
HSV(B) 42.21º 0.71% 0.8% -
XYZ 38.91 39.15 9.78 -
YUV 163.23 69.75 157.79 -
System Red Green Blue C M Y K H S L
Decimal 205 162 60 0 0.21 0.71 0.20 42.21 0.59 0.52
Hex CD A2 3C 0 15 47 14 2A 3B 34
Octal 315 242 74 0 25 107 24 52 73 64
Binary 11001101 10100010 111100 0 10101 1000111 10100 101010 111011 110100

Color Harmonies of #CDA23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA23C

Black with #CDA23C

Text Example


Text Example

White with #CDA23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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