Html Css Color HEX #DBCD60 Golden Sand

📋 copy color: '#DBCD60'

red 219 ◦ green 205 ◦ blue 96

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

Shades of Golden Sand #DBCD60

Tints of Golden Sand #DBCD60

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.42%

 BLUE value IS 96 (37.89% from 255) = 18.46%

R = 42.12%
G = 39.42%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBCD60 (or 0xDBCD60) is known color: Golden Sand. HEX triplet: DB, CD and 60. RGB value is (219,205,96). Sum of RGB (Red+Green+Blue) = 219+205+96=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD60 is #24329F. Grayscale: #C5C5C5. Windows color (decimal): -2372256 or 6344155. OLE color: 6344155.

HSL color Cylindrical-coordinate representation of color #DBCD60: hue angle of 53.17º 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 #DBCD60 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 205 96 -
CMYK 0 0.06 0.56 0.14
HSL 53.17º 0.63% 0.62% -
HSV(B) 53.17º 0.56% 0.86% -
XYZ 53.16 59.57 19.76 -
YUV 196.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 219 205 96 0 0.06 0.56 0.14 53.17 0.63 0.62
Hex DB CD 60 0 6 38 E 35 3F 3E
Octal 333 315 140 0 6 70 16 65 77 76
Binary 11011011 11001101 1100000 0 110 111000 1110 110101 111111 111110

Color Harmonies of #DBCD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD60

Black with #DBCD60

Text Example


Text Example

White with #DBCD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD60; }

 p { color: rgb(219,205,96); }

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

background-color css

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

 a { background-color: rgb(219,205,96); }

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

border-color css

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

 span { border-color: rgb(219,205,96); }

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