Html Css Color HEX #CDB542 Old Gold

📋 copy color: '#CDB542'

red 205 ◦ green 181 ◦ blue 66

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

Shades of Old Gold #CDB542

Tints of Old Gold #CDB542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.6%

R = 45.35%
G = 40.04%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CDB542 (or 0xCDB542) is known color: Old Gold. HEX triplet: CD, B5 and 42. RGB value is (205,181,66). Sum of RGB (Red+Green+Blue) = 205+181+66=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB542 is #324ABD. Grayscale: #AFAFAF. Windows color (decimal): -3295934 or 4371917. OLE color: 4371917.

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

Color convert

RGB 205 181 66 -
CMYK 0 0.12 0.68 0.20
HSL 49.64º 0.58% 0.53% -
HSV(B) 49.64º 0.68% 0.8% -
XYZ 42.68 46.42 11.86 -
YUV 175.07 66.45 149.35 -
System Red Green Blue C M Y K H S L
Decimal 205 181 66 0 0.12 0.68 0.20 49.64 0.58 0.53
Hex CD B5 42 0 C 44 14 32 3A 35
Octal 315 265 102 0 14 104 24 62 72 65
Binary 11001101 10110101 1000010 0 1100 1000100 10100 110010 111010 110101

Color Harmonies of #CDB542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB542

Black with #CDB542

Text Example


Text Example

White with #CDB542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB542; }

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

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

background-color css

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

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

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

border-color css

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

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

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