Html Css Color HEX #DADF9C Primrose

📋 copy color: '#DADF9C'

red 218 ◦ green 223 ◦ blue 156

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

Shades of Primrose #DADF9C

Tints of Primrose #DADF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.13%

R = 36.52%
G = 37.35%
B = 26.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DADF9C (or 0xDADF9C) is known color: Primrose. HEX triplet: DA, DF and 9C. RGB value is (218,223,156). Sum of RGB (Red+Green+Blue) = 218+223+156=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 156 (61.33% from 255 or 26.13% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADF9C is #252063. Grayscale: #D6D6D6. Windows color (decimal): -2433124 or 10280922. OLE color: 10280922.

HSL color Cylindrical-coordinate representation of color #DADF9C: hue angle of 64.48º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DADF9C is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 223 156 -
CMYK 0.02 0 0.30 0.13
HSL 64.48º 0.51% 0.74% -
HSV(B) 64.48º 0.3% 0.87% -
XYZ 61.3 70.08 41.75 -
YUV 213.87 95.34 130.95 -
System Red Green Blue C M Y K H S L
Decimal 218 223 156 0.02 0 0.30 0.13 64.48 0.51 0.74
Hex DA DF 9C 2 0 1E D 40 33 4A
Octal 332 337 234 2 0 36 15 100 63 112
Binary 11011010 11011111 10011100 10 0 11110 1101 1000000 110011 1001010

Color Harmonies of #DADF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF9C

Black with #DADF9C

Text Example


Text Example

White with #DADF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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