Html Css Color HEX #CDA33B Metallic Gold

📋 copy color: '#CDA33B'

red 205 ◦ green 163 ◦ blue 59

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

Shades of Metallic Gold #CDA33B

Tints of Metallic Gold #CDA33B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.82%

R = 48.01%
G = 38.17%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CDA33B (or 0xCDA33B) is known color: Metallic Gold. HEX triplet: CD, A3 and 3B. RGB value is (205,163,59). Sum of RGB (Red+Green+Blue) = 205+163+59=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA33B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA33B is #325CC4. Grayscale: #A4A4A4. Windows color (decimal): -3300549 or 3908557. OLE color: 3908557.

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

Color convert

RGB 205 163 59 -
CMYK 0 0.20 0.71 0.20
HSL 42.74º 0.59% 0.52% -
HSV(B) 42.74º 0.71% 0.8% -
XYZ 39.06 39.49 9.7 -
YUV 163.7 68.91 157.46 -
System Red Green Blue C M Y K H S L
Decimal 205 163 59 0 0.20 0.71 0.20 42.74 0.59 0.52
Hex CD A3 3B 0 14 47 14 2B 3B 34
Octal 315 243 73 0 24 107 24 53 73 64
Binary 11001101 10100011 111011 0 10100 1000111 10100 101011 111011 110100

Color Harmonies of #CDA33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA33B

Black with #CDA33B

Text Example


Text Example

White with #CDA33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA33B; }

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

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

background-color css

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

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

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

border-color css

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

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

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