Html Css Color HEX #CDBA31 Old Gold

📋 copy color: '#CDBA31'

red 205 ◦ green 186 ◦ blue 49

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

Shades of Old Gold #CDBA31

Tints of Old Gold #CDBA31

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.27%

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

R = 46.59%
G = 42.27%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CDBA31 (or 0xCDBA31) is known color: Old Gold. HEX triplet: CD, BA and 31. RGB value is (205,186,49). Sum of RGB (Red+Green+Blue) = 205+186+49=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBA31 is #3245CE. Grayscale: #B0B0B0. Windows color (decimal): -3294671 or 3259085. OLE color: 3259085.

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

Color convert

RGB 205 186 49 -
CMYK 0 0.09 0.76 0.20
HSL 52.69º 0.61% 0.5% -
HSV(B) 52.69º 0.76% 0.8% -
XYZ 43.29 48.32 9.95 -
YUV 176.06 56.29 148.64 -
System Red Green Blue C M Y K H S L
Decimal 205 186 49 0 0.09 0.76 0.20 52.69 0.61 0.5
Hex CD BA 31 0 9 4C 14 35 3D 32
Octal 315 272 61 0 11 114 24 65 75 62
Binary 11001101 10111010 110001 0 1001 1001100 10100 110101 111101 110010

Color Harmonies of #CDBA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBA31

Black with #CDBA31

Text Example


Text Example

White with #CDBA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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