Html Css Color HEX #CDB944 Old Gold

📋 copy color: '#CDB944'

red 205 ◦ green 185 ◦ blue 68

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

Shades of Old Gold #CDB944

Tints of Old Gold #CDB944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.85%

R = 44.76%
G = 40.39%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CDB944 (or 0xCDB944) is known color: Old Gold. HEX triplet: CD, B9 and 44. RGB value is (205,185,68). Sum of RGB (Red+Green+Blue) = 205+185+68=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 68 (26.95% from 255 or 14.85% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB944 is #3246BB. Grayscale: #B2B2B2. Windows color (decimal): -3294908 or 4504013. OLE color: 4504013.

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

Color convert

RGB 205 185 68 -
CMYK 0 0.10 0.67 0.20
HSL 51.24º 0.58% 0.54% -
HSV(B) 51.24º 0.67% 0.8% -
XYZ 43.57 48.09 12.46 -
YUV 177.64 66.13 147.51 -
System Red Green Blue C M Y K H S L
Decimal 205 185 68 0 0.10 0.67 0.20 51.24 0.58 0.54
Hex CD B9 44 0 A 43 14 33 3A 36
Octal 315 271 104 0 12 103 24 63 72 66
Binary 11001101 10111001 1000100 0 1010 1000011 10100 110011 111010 110110

Color Harmonies of #CDB944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB944

Black with #CDB944

Text Example


Text Example

White with #CDB944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB944; }

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

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

background-color css

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

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

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

border-color css

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

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

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