Html Css Color HEX #DBC961 Golden Sand

📋 copy color: '#DBC961'

red 219 ◦ green 201 ◦ blue 97

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

Shades of Golden Sand #DBC961

Tints of Golden Sand #DBC961

RGB

 RED value IS 219 (85.94% from 255) = 42.36%

 GREEN value IS 201 (78.91% from 255) = 38.88%

 BLUE value IS 97 (38.28% from 255) = 18.76%

R = 42.36%
G = 38.88%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBC961 (or 0xDBC961) is known color: Golden Sand. HEX triplet: DB, C9 and 61. RGB value is (219,201,97). Sum of RGB (Red+Green+Blue) = 219+201+97=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC961 is #24369E. Grayscale: #C2C2C2. Windows color (decimal): -2373279 or 6408667. OLE color: 6408667.

HSL color Cylindrical-coordinate representation of color #DBC961: hue angle of 51.15º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBC961 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 201 97 -
CMYK 0 0.08 0.56 0.14
HSL 51.15º 0.63% 0.62% -
HSV(B) 51.15º 0.56% 0.86% -
XYZ 52.26 57.7 19.69 -
YUV 194.53 72.96 145.46 -
System Red Green Blue C M Y K H S L
Decimal 219 201 97 0 0.08 0.56 0.14 51.15 0.63 0.62
Hex DB C9 61 0 8 38 E 33 3F 3E
Octal 333 311 141 0 10 70 16 63 77 76
Binary 11011011 11001001 1100001 0 1000 111000 1110 110011 111111 111110

Color Harmonies of #DBC961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC961

Black with #DBC961

Text Example


Text Example

White with #DBC961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC961; }

 p { color: rgb(219,201,97); }

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

background-color css

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

 a { background-color: rgb(219,201,97); }

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

border-color css

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

 span { border-color: rgb(219,201,97); }

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