Html Css Color HEX #CDB034 Metallic Gold

📋 copy color: '#CDB034'

red 205 ◦ green 176 ◦ blue 52

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

Shades of Metallic Gold #CDB034

Tints of Metallic Gold #CDB034

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.65%

 BLUE value IS 52 (20.7% from 255) = 12.01%

R = 47.34%
G = 40.65%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CDB034 (or 0xCDB034) is known color: Metallic Gold. HEX triplet: CD, B0 and 34. RGB value is (205,176,52). Sum of RGB (Red+Green+Blue) = 205+176+52=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB034 is #324FCB. Grayscale: #ABABAB. Windows color (decimal): -3297228 or 3453133. OLE color: 3453133.

HSL color Cylindrical-coordinate representation of color #CDB034: hue angle of 48.63º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDB034 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 176 52 -
CMYK 0 0.14 0.75 0.20
HSL 48.63º 0.6% 0.5% -
HSV(B) 48.63º 0.75% 0.8% -
XYZ 41.32 44.28 9.62 -
YUV 170.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 205 176 52 0 0.14 0.75 0.20 48.63 0.6 0.5
Hex CD B0 34 0 E 4B 14 31 3C 32
Octal 315 260 64 0 16 113 24 61 74 62
Binary 11001101 10110000 110100 0 1110 1001011 10100 110001 111100 110010

Color Harmonies of #CDB034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB034

Black with #CDB034

Text Example


Text Example

White with #CDB034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB034; }

 p { color: rgb(205,176,52); }

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

background-color css

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

 a { background-color: rgb(205,176,52); }

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

border-color css

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

 span { border-color: rgb(205,176,52); }

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