Html Css Color HEX #DADB9A Primrose

📋 copy color: '#DADB9A'

red 218 ◦ green 219 ◦ blue 154

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

Shades of Primrose #DADB9A

Tints of Primrose #DADB9A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.06%

 BLUE value IS 154 (60.55% from 255) = 26.06%

R = 36.89%
G = 37.06%
B = 26.06%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DADB9A (or 0xDADB9A) is known color: Primrose. HEX triplet: DA, DB and 9A. RGB value is (218,219,154). Sum of RGB (Red+Green+Blue) = 218+219+154=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB9A is #252465. Grayscale: #D3D3D3. Windows color (decimal): -2434150 or 10148826. OLE color: 10148826.

HSL color Cylindrical-coordinate representation of color #DADB9A: hue angle of 60.92º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DADB9A is Cyan = 0.00, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 219 154 -
CMYK 0.00 0 0.30 0.14
HSL 60.92º 0.47% 0.73% -
HSV(B) 60.92º 0.3% 0.86% -
XYZ 60.08 67.9 40.51 -
YUV 211.29 95.67 132.79 -
System Red Green Blue C M Y K H S L
Decimal 218 219 154 0.00 0 0.30 0.14 60.92 0.47 0.73
Hex DA DB 9A 0 0 1E E 3D 2F 49
Octal 332 333 232 0 0 36 16 75 57 111
Binary 11011010 11011011 10011010 0 0 11110 1110 111101 101111 1001001

Color Harmonies of #DADB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB9A

Black with #DADB9A

Text Example


Text Example

White with #DADB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB9A; }

 p { color: rgb(218,219,154); }

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

background-color css

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

 a { background-color: rgb(218,219,154); }

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

border-color css

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

 span { border-color: rgb(218,219,154); }

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