Html Css Color HEX #CDB844 Old Gold

📋 copy color: '#CDB844'

red 205 ◦ green 184 ◦ blue 68

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

Shades of Old Gold #CDB844

Tints of Old Gold #CDB844

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.26%

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

R = 44.86%
G = 40.26%
B = 14.88%

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

#CDB844 (or 0xCDB844) is known color: Old Gold. HEX triplet: CD, B8 and 44. RGB value is (205,184,68). Sum of RGB (Red+Green+Blue) = 205+184+68=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 68 (26.95% from 255 or 14.88% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB844 is #3247BB. Grayscale: #B1B1B1. Windows color (decimal): -3295164 or 4503757. OLE color: 4503757.

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

Color convert

RGB 205 184 68 -
CMYK 0 0.10 0.67 0.20
HSL 50.8º 0.58% 0.54% -
HSV(B) 50.8º 0.67% 0.8% -
XYZ 43.36 47.68 12.39 -
YUV 177.06 66.46 147.93 -
System Red Green Blue C M Y K H S L
Decimal 205 184 68 0 0.10 0.67 0.20 50.8 0.58 0.54
Hex CD B8 44 0 A 43 14 33 3A 36
Octal 315 270 104 0 12 103 24 63 72 66
Binary 11001101 10111000 1000100 0 1010 1000011 10100 110011 111010 110110

Color Harmonies of #CDB844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB844

Black with #CDB844

Text Example


Text Example

White with #CDB844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB844; }

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

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

background-color css

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

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

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

border-color css

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

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

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