Html Css Color HEX #CDB540 Old Gold

📋 copy color: '#CDB540'

red 205 ◦ green 181 ◦ blue 64

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

Shades of Old Gold #CDB540

Tints of Old Gold #CDB540

RGB

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

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

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

R = 45.56%
G = 40.22%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CDB540 (or 0xCDB540) is known color: Old Gold. HEX triplet: CD, B5 and 40. RGB value is (205,181,64). Sum of RGB (Red+Green+Blue) = 205+181+64=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB540 is #324ABF. Grayscale: #AFAFAF. Windows color (decimal): -3295936 or 4240845. OLE color: 4240845.

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

Color convert

RGB 205 181 64 -
CMYK 0 0.12 0.69 0.20
HSL 49.79º 0.59% 0.53% -
HSV(B) 49.79º 0.69% 0.8% -
XYZ 42.63 46.4 11.56 -
YUV 174.84 65.45 149.51 -
System Red Green Blue C M Y K H S L
Decimal 205 181 64 0 0.12 0.69 0.20 49.79 0.59 0.53
Hex CD B5 40 0 C 45 14 32 3B 35
Octal 315 265 100 0 14 105 24 62 73 65
Binary 11001101 10110101 1000000 0 1100 1000101 10100 110010 111011 110101

Color Harmonies of #CDB540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB540

Black with #CDB540

Text Example


Text Example

White with #CDB540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB540; }

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

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

background-color css

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

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

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

border-color css

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

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

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