Html Css Color HEX #CDA33E Metallic Gold

📋 copy color: '#CDA33E'

red 205 ◦ green 163 ◦ blue 62

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

Shades of Metallic Gold #CDA33E

Tints of Metallic Gold #CDA33E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.91%

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

R = 47.67%
G = 37.91%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CDA33E (or 0xCDA33E) is known color: Metallic Gold. HEX triplet: CD, A3 and 3E. RGB value is (205,163,62). Sum of RGB (Red+Green+Blue) = 205+163+62=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA33E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA33E is #325CC1. Grayscale: #A4A4A4. Windows color (decimal): -3300546 or 4105165. OLE color: 4105165.

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

Color convert

RGB 205 163 62 -
CMYK 0 0.20 0.70 0.20
HSL 42.38º 0.59% 0.52% -
HSV(B) 42.38º 0.7% 0.8% -
XYZ 39.14 39.52 10.12 -
YUV 164.04 70.41 157.21 -
System Red Green Blue C M Y K H S L
Decimal 205 163 62 0 0.20 0.70 0.20 42.38 0.59 0.52
Hex CD A3 3E 0 14 46 14 2A 3B 34
Octal 315 243 76 0 24 106 24 52 73 64
Binary 11001101 10100011 111110 0 10100 1000110 10100 101010 111011 110100

Color Harmonies of #CDA33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA33E

Black with #CDA33E

Text Example


Text Example

White with #CDA33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA33E; }

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

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

background-color css

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

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

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

border-color css

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

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

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