Html Css Color HEX #CDB631 Old Gold

📋 copy color: '#CDB631'

red 205 ◦ green 182 ◦ blue 49

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

Shades of Old Gold #CDB631

Tints of Old Gold #CDB631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.24%

R = 47.02%
G = 41.74%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CDB631 (or 0xCDB631) is known color: Old Gold. HEX triplet: CD, B6 and 31. RGB value is (205,182,49). Sum of RGB (Red+Green+Blue) = 205+182+49=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB631 is #3249CE. Grayscale: #AEAEAE. Windows color (decimal): -3295695 or 3258061. OLE color: 3258061.

HSL color Cylindrical-coordinate representation of color #CDB631: hue angle of 51.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDB631 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 182 49 -
CMYK 0 0.11 0.76 0.20
HSL 51.15º 0.61% 0.5% -
HSV(B) 51.15º 0.76% 0.8% -
XYZ 42.46 46.66 9.67 -
YUV 173.72 57.62 150.31 -
System Red Green Blue C M Y K H S L
Decimal 205 182 49 0 0.11 0.76 0.20 51.15 0.61 0.5
Hex CD B6 31 0 B 4C 14 33 3D 32
Octal 315 266 61 0 13 114 24 63 75 62
Binary 11001101 10110110 110001 0 1011 1001100 10100 110011 111101 110010

Color Harmonies of #CDB631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB631

Black with #CDB631

Text Example


Text Example

White with #CDB631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB631; }

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

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

background-color css

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

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

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

border-color css

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

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

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