Html Css Color HEX #CDB040 Old Gold

📋 copy color: '#CDB040'

red 205 ◦ green 176 ◦ blue 64

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

Shades of Old Gold #CDB040

Tints of Old Gold #CDB040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.38%

R = 46.07%
G = 39.55%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDB040 (or 0xCDB040) is known color: Old Gold. HEX triplet: CD, B0 and 40. RGB value is (205,176,64). Sum of RGB (Red+Green+Blue) = 205+176+64=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB040 is #324FBF. Grayscale: #ACACAC. Windows color (decimal): -3297216 or 4239565. OLE color: 4239565.

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

Color convert

RGB 205 176 64 -
CMYK 0 0.14 0.69 0.20
HSL 47.66º 0.59% 0.53% -
HSV(B) 47.66º 0.69% 0.8% -
XYZ 41.63 44.4 11.23 -
YUV 171.9 67.11 151.61 -
System Red Green Blue C M Y K H S L
Decimal 205 176 64 0 0.14 0.69 0.20 47.66 0.59 0.53
Hex CD B0 40 0 E 45 14 30 3B 35
Octal 315 260 100 0 16 105 24 60 73 65
Binary 11001101 10110000 1000000 0 1110 1000101 10100 110000 111011 110101

Color Harmonies of #CDB040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB040

Black with #CDB040

Text Example


Text Example

White with #CDB040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB040; }

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

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

background-color css

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

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

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

border-color css

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

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

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