Html Css Color HEX #CDB939 Old Gold

📋 copy color: '#CDB939'

red 205 ◦ green 185 ◦ blue 57

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

Shades of Old Gold #CDB939

Tints of Old Gold #CDB939

RGB

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

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

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

R = 45.86%
G = 41.39%
B = 12.75%

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

#CDB939 (or 0xCDB939) is known color: Old Gold. HEX triplet: CD, B9 and 39. RGB value is (205,185,57). Sum of RGB (Red+Green+Blue) = 205+185+57=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 57 (22.66% from 255 or 12.75% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB939 is #3246C6. Grayscale: #B0B0B0. Windows color (decimal): -3294919 or 3783117. OLE color: 3783117.

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

Color convert

RGB 205 185 57 -
CMYK 0 0.10 0.72 0.20
HSL 51.89º 0.6% 0.51% -
HSV(B) 51.89º 0.72% 0.8% -
XYZ 43.26 47.97 10.85 -
YUV 176.39 60.63 148.41 -
System Red Green Blue C M Y K H S L
Decimal 205 185 57 0 0.10 0.72 0.20 51.89 0.6 0.51
Hex CD B9 39 0 A 48 14 34 3C 33
Octal 315 271 71 0 12 110 24 64 74 63
Binary 11001101 10111001 111001 0 1010 1001000 10100 110100 111100 110011

Color Harmonies of #CDB939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB939

Black with #CDB939

Text Example


Text Example

White with #CDB939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB939; }

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

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

background-color css

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

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

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

border-color css

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

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

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