Html Css Color HEX #DBCD62 Golden Sand

📋 copy color: '#DBCD62'

red 219 ◦ green 205 ◦ blue 98

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

Shades of Golden Sand #DBCD62

Tints of Golden Sand #DBCD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.77%

R = 41.95%
G = 39.27%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DBCD62 (or 0xDBCD62) is known color: Golden Sand. HEX triplet: DB, CD and 62. RGB value is (219,205,98). Sum of RGB (Red+Green+Blue) = 219+205+98=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCD62 is #24329D. Grayscale: #C5C5C5. Windows color (decimal): -2372254 or 6475227. OLE color: 6475227.

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

Color convert

RGB 219 205 98 -
CMYK 0 0.06 0.55 0.14
HSL 53.06º 0.63% 0.62% -
HSV(B) 53.06º 0.55% 0.86% -
XYZ 53.25 59.6 20.25 -
YUV 196.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 219 205 98 0 0.06 0.55 0.14 53.06 0.63 0.62
Hex DB CD 62 0 6 37 E 35 3F 3E
Octal 333 315 142 0 6 67 16 65 77 76
Binary 11011011 11001101 1100010 0 110 110111 1110 110101 111111 111110

Color Harmonies of #DBCD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD62

Black with #DBCD62

Text Example


Text Example

White with #DBCD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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