Html Css Color HEX #DADF9B Primrose

📋 copy color: '#DADF9B'

red 218 ◦ green 223 ◦ blue 155

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

Shades of Primrose #DADF9B

Tints of Primrose #DADF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.01%

R = 36.58%
G = 37.42%
B = 26.01%

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

#DADF9B (or 0xDADF9B) is known color: Primrose. HEX triplet: DA, DF and 9B. RGB value is (218,223,155). Sum of RGB (Red+Green+Blue) = 218+223+155=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 155 (60.94% from 255 or 26.01% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADF9B is #252064. Grayscale: #D6D6D6. Windows color (decimal): -2433125 or 10215386. OLE color: 10215386.

HSL color Cylindrical-coordinate representation of color #DADF9B: hue angle of 64.41º degrees, saturation: 0.52, 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 #DADF9B is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 223 155 -
CMYK 0.02 0 0.30 0.13
HSL 64.41º 0.52% 0.74% -
HSV(B) 64.41º 0.3% 0.87% -
XYZ 61.22 70.05 41.3 -
YUV 213.75 94.84 131.03 -
System Red Green Blue C M Y K H S L
Decimal 218 223 155 0.02 0 0.30 0.13 64.41 0.52 0.74
Hex DA DF 9B 2 0 1E D 40 34 4A
Octal 332 337 233 2 0 36 15 100 64 112
Binary 11011010 11011111 10011011 10 0 11110 1101 1000000 110100 1001010

Color Harmonies of #DADF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF9B

Black with #DADF9B

Text Example


Text Example

White with #DADF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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