Html Css Color HEX #CDB839 Old Gold

📋 copy color: '#CDB839'

red 205 ◦ green 184 ◦ blue 57

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

Shades of Old Gold #CDB839

Tints of Old Gold #CDB839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.78%

R = 45.96%
G = 41.26%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CDB839 (or 0xCDB839) is known color: Old Gold. HEX triplet: CD, B8 and 39. RGB value is (205,184,57). Sum of RGB (Red+Green+Blue) = 205+184+57=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 57 (22.66% from 255 or 12.78% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB839 is #3247C6. Grayscale: #B0B0B0. Windows color (decimal): -3295175 or 3782861. OLE color: 3782861.

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

Color convert

RGB 205 184 57 -
CMYK 0 0.10 0.72 0.20
HSL 51.49º 0.6% 0.51% -
HSV(B) 51.49º 0.72% 0.8% -
XYZ 43.06 47.56 10.78 -
YUV 175.8 60.96 148.83 -
System Red Green Blue C M Y K H S L
Decimal 205 184 57 0 0.10 0.72 0.20 51.49 0.6 0.51
Hex CD B8 39 0 A 48 14 33 3C 33
Octal 315 270 71 0 12 110 24 63 74 63
Binary 11001101 10111000 111001 0 1010 1001000 10100 110011 111100 110011

Color Harmonies of #CDB839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB839

Black with #CDB839

Text Example


Text Example

White with #CDB839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB839; }

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

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

background-color css

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

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

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

border-color css

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

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

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