Html Css Color HEX #CDB942 Old Gold

📋 copy color: '#CDB942'

red 205 ◦ green 185 ◦ blue 66

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

Shades of Old Gold #CDB942

Tints of Old Gold #CDB942

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.57%

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

R = 44.96%
G = 40.57%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CDB942 (or 0xCDB942) is known color: Old Gold. HEX triplet: CD, B9 and 42. RGB value is (205,185,66). Sum of RGB (Red+Green+Blue) = 205+185+66=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 66 (26.17% from 255 or 14.47% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB942 is #3246BD. Grayscale: #B1B1B1. Windows color (decimal): -3294910 or 4372941. OLE color: 4372941.

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

Color convert

RGB 205 185 66 -
CMYK 0 0.10 0.68 0.20
HSL 51.37º 0.58% 0.53% -
HSV(B) 51.37º 0.68% 0.8% -
XYZ 43.51 48.07 12.14 -
YUV 177.41 65.13 147.68 -
System Red Green Blue C M Y K H S L
Decimal 205 185 66 0 0.10 0.68 0.20 51.37 0.58 0.53
Hex CD B9 42 0 A 44 14 33 3A 35
Octal 315 271 102 0 12 104 24 63 72 65
Binary 11001101 10111001 1000010 0 1010 1000100 10100 110011 111010 110101

Color Harmonies of #CDB942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB942

Black with #CDB942

Text Example


Text Example

White with #CDB942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB942; }

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

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

background-color css

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

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

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

border-color css

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

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

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