Html Css Color HEX #DADF96 Primrose

📋 copy color: '#DADF96'

red 218 ◦ green 223 ◦ blue 150

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

Shades of Primrose #DADF96

Tints of Primrose #DADF96

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.73%

 BLUE value IS 150 (58.98% from 255) = 25.38%

R = 36.89%
G = 37.73%
B = 25.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DADF96 (or 0xDADF96) is known color: Primrose. HEX triplet: DA, DF and 96. RGB value is (218,223,150). Sum of RGB (Red+Green+Blue) = 218+223+150=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADF96 is #252069. Grayscale: #D5D5D5. Windows color (decimal): -2433130 or 9887706. OLE color: 9887706.

HSL color Cylindrical-coordinate representation of color #DADF96: hue angle of 64.11º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DADF96 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 223 150 -
CMYK 0.02 0 0.33 0.13
HSL 64.11º 0.53% 0.73% -
HSV(B) 64.11º 0.33% 0.87% -
XYZ 60.81 69.88 39.14 -
YUV 213.18 92.34 131.44 -
System Red Green Blue C M Y K H S L
Decimal 218 223 150 0.02 0 0.33 0.13 64.11 0.53 0.73
Hex DA DF 96 2 0 21 D 40 35 49
Octal 332 337 226 2 0 41 15 100 65 111
Binary 11011010 11011111 10010110 10 0 100001 1101 1000000 110101 1001001

Color Harmonies of #DADF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF96

Black with #DADF96

Text Example


Text Example

White with #DADF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF96; }

 p { color: rgb(218,223,150); }

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

background-color css

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

 a { background-color: rgb(218,223,150); }

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

border-color css

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

 span { border-color: rgb(218,223,150); }

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