Html Css Color HEX #CDB931 Old Gold

📋 copy color: '#CDB931'

red 205 ◦ green 185 ◦ blue 49

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

Shades of Old Gold #CDB931

Tints of Old Gold #CDB931

RGB

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

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

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

R = 46.7%
G = 42.14%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CDB931 (or 0xCDB931) is known color: Old Gold. HEX triplet: CD, B9 and 31. RGB value is (205,185,49). Sum of RGB (Red+Green+Blue) = 205+185+49=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB931 is #3246CE. Grayscale: #B0B0B0. Windows color (decimal): -3294927 or 3258829. OLE color: 3258829.

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

Color convert

RGB 205 185 49 -
CMYK 0 0.10 0.76 0.20
HSL 52.31º 0.61% 0.5% -
HSV(B) 52.31º 0.76% 0.8% -
XYZ 43.08 47.9 9.88 -
YUV 175.48 56.63 149.06 -
System Red Green Blue C M Y K H S L
Decimal 205 185 49 0 0.10 0.76 0.20 52.31 0.61 0.5
Hex CD B9 31 0 A 4C 14 34 3D 32
Octal 315 271 61 0 12 114 24 64 75 62
Binary 11001101 10111001 110001 0 1010 1001100 10100 110100 111101 110010

Color Harmonies of #CDB931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB931

Black with #CDB931

Text Example


Text Example

White with #CDB931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB931; }

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

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

background-color css

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

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

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

border-color css

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

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

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