Html Css Color HEX #CDB639 Old Gold

📋 copy color: '#CDB639'

red 205 ◦ green 182 ◦ blue 57

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

Shades of Old Gold #CDB639

Tints of Old Gold #CDB639

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.99%

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

R = 46.17%
G = 40.99%
B = 12.84%

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

#CDB639 (or 0xCDB639) is known color: Old Gold. HEX triplet: CD, B6 and 39. RGB value is (205,182,57). Sum of RGB (Red+Green+Blue) = 205+182+57=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 57 (22.66% from 255 or 12.84% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB639 is #3249C6. Grayscale: #AFAFAF. Windows color (decimal): -3295687 or 3782349. OLE color: 3782349.

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

Color convert

RGB 205 182 57 -
CMYK 0 0.11 0.72 0.20
HSL 50.68º 0.6% 0.51% -
HSV(B) 50.68º 0.72% 0.8% -
XYZ 42.64 46.73 10.64 -
YUV 174.63 61.62 149.66 -
System Red Green Blue C M Y K H S L
Decimal 205 182 57 0 0.11 0.72 0.20 50.68 0.6 0.51
Hex CD B6 39 0 B 48 14 33 3C 33
Octal 315 266 71 0 13 110 24 63 74 63
Binary 11001101 10110110 111001 0 1011 1001000 10100 110011 111100 110011

Color Harmonies of #CDB639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB639

Black with #CDB639

Text Example


Text Example

White with #CDB639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB639; }

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

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

background-color css

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

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

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

border-color css

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

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

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