Html Css Color HEX #DAD088 Sandwisp

📋 copy color: '#DAD088'

red 218 ◦ green 208 ◦ blue 136

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

Shades of Sandwisp #DAD088

Tints of Sandwisp #DAD088

RGB

 RED value IS 218 (85.55% from 255) = 38.79%

 GREEN value IS 208 (81.64% from 255) = 37.01%

 BLUE value IS 136 (53.52% from 255) = 24.2%

R = 38.79%
G = 37.01%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DAD088 (or 0xDAD088) is known color: Sandwisp. HEX triplet: DA, D0 and 88. RGB value is (218,208,136). Sum of RGB (Red+Green+Blue) = 218+208+136=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD088 is #252F77. Grayscale: #CBCBCB. Windows color (decimal): -2436984 or 8966362. OLE color: 8966362.

HSL color Cylindrical-coordinate representation of color #DAD088: hue angle of 52.68º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAD088 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 208 136 -
CMYK 0 0.05 0.38 0.15
HSL 52.68º 0.53% 0.69% -
HSV(B) 52.68º 0.38% 0.85% -
XYZ 55.91 61.79 32.27 -
YUV 202.78 90.31 138.85 -
System Red Green Blue C M Y K H S L
Decimal 218 208 136 0 0.05 0.38 0.15 52.68 0.53 0.69
Hex DA D0 88 0 5 26 F 35 35 45
Octal 332 320 210 0 5 46 17 65 65 105
Binary 11011010 11010000 10001000 0 101 100110 1111 110101 110101 1000101

Color Harmonies of #DAD088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD088

Black with #DAD088

Text Example


Text Example

White with #DAD088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD088; }

 p { color: rgb(218,208,136); }

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

background-color css

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

 a { background-color: rgb(218,208,136); }

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

border-color css

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

 span { border-color: rgb(218,208,136); }

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