Html Css Color HEX #CDB139 Old Gold

📋 copy color: '#CDB139'

red 205 ◦ green 177 ◦ blue 57

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

Shades of Old Gold #CDB139

Tints of Old Gold #CDB139

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.32%

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

R = 46.7%
G = 40.32%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CDB139 (or 0xCDB139) is known color: Old Gold. HEX triplet: CD, B1 and 39. RGB value is (205,177,57). Sum of RGB (Red+Green+Blue) = 205+177+57=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 57 (22.66% from 255 or 12.98% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB139 is #324EC6. Grayscale: #ACACAC. Windows color (decimal): -3296967 or 3781069. OLE color: 3781069.

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

Color convert

RGB 205 177 57 -
CMYK 0 0.14 0.72 0.20
HSL 48.65º 0.6% 0.51% -
HSV(B) 48.65º 0.72% 0.8% -
XYZ 41.64 44.72 10.31 -
YUV 171.69 63.28 151.76 -
System Red Green Blue C M Y K H S L
Decimal 205 177 57 0 0.14 0.72 0.20 48.65 0.6 0.51
Hex CD B1 39 0 E 48 14 31 3C 33
Octal 315 261 71 0 16 110 24 61 74 63
Binary 11001101 10110001 111001 0 1110 1001000 10100 110001 111100 110011

Color Harmonies of #CDB139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB139

Black with #CDB139

Text Example


Text Example

White with #CDB139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB139; }

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

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

background-color css

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

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

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

border-color css

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

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

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