Html Css Color HEX #CDB528 Metallic Gold

📋 copy color: '#CDB528'

red 205 ◦ green 181 ◦ blue 40

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

Shades of Metallic Gold #CDB528

Tints of Metallic Gold #CDB528

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.49%

 BLUE value IS 40 (16.02% from 255) = 9.39%

R = 48.12%
G = 42.49%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CDB528 (or 0xCDB528) is known color: Metallic Gold. HEX triplet: CD, B5 and 28. RGB value is (205,181,40). Sum of RGB (Red+Green+Blue) = 205+181+40=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB528 is #324AD7. Grayscale: #ACACAC. Windows color (decimal): -3295960 or 2667981. OLE color: 2667981.

HSL color Cylindrical-coordinate representation of color #CDB528: hue angle of 51.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDB528 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 181 40 -
CMYK 0 0.12 0.80 0.20
HSL 51.27º 0.67% 0.48% -
HSV(B) 51.27º 0.8% 0.8% -
XYZ 42.08 46.18 8.7 -
YUV 172.1 53.45 151.46 -
System Red Green Blue C M Y K H S L
Decimal 205 181 40 0 0.12 0.80 0.20 51.27 0.67 0.48
Hex CD B5 28 0 C 50 14 33 43 30
Octal 315 265 50 0 14 120 24 63 103 60
Binary 11001101 10110101 101000 0 1100 1010000 10100 110011 1000011 110000

Color Harmonies of #CDB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB528

Black with #CDB528

Text Example


Text Example

White with #CDB528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB528; }

 p { color: rgb(205,181,40); }

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

background-color css

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

 a { background-color: rgb(205,181,40); }

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

border-color css

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

 span { border-color: rgb(205,181,40); }

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