Html Css Color HEX #CDB739 Old Gold

📋 copy color: '#CDB739'

red 205 ◦ green 183 ◦ blue 57

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

Shades of Old Gold #CDB739

Tints of Old Gold #CDB739

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.12%

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

R = 46.07%
G = 41.12%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CDB739 (or 0xCDB739) is known color: Old Gold. HEX triplet: CD, B7 and 39. RGB value is (205,183,57). Sum of RGB (Red+Green+Blue) = 205+183+57=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 57 (22.66% from 255 or 12.81% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB739 is #3248C6. Grayscale: #AFAFAF. Windows color (decimal): -3295431 or 3782605. OLE color: 3782605.

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

Color convert

RGB 205 183 57 -
CMYK 0 0.11 0.72 0.20
HSL 51.08º 0.6% 0.51% -
HSV(B) 51.08º 0.72% 0.8% -
XYZ 42.85 47.14 10.71 -
YUV 175.21 61.29 149.25 -
System Red Green Blue C M Y K H S L
Decimal 205 183 57 0 0.11 0.72 0.20 51.08 0.6 0.51
Hex CD B7 39 0 B 48 14 33 3C 33
Octal 315 267 71 0 13 110 24 63 74 63
Binary 11001101 10110111 111001 0 1011 1001000 10100 110011 111100 110011

Color Harmonies of #CDB739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB739

Black with #CDB739

Text Example


Text Example

White with #CDB739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB739; }

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

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

background-color css

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

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

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

border-color css

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

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

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