Html Css Color HEX #DADF91 Primrose

📋 copy color: '#DADF91'

red 218 ◦ green 223 ◦ blue 145

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

Shades of Primrose #DADF91

Tints of Primrose #DADF91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.74%

R = 37.2%
G = 38.05%
B = 24.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DADF91 (or 0xDADF91) is known color: Primrose. HEX triplet: DA, DF and 91. RGB value is (218,223,145). Sum of RGB (Red+Green+Blue) = 218+223+145=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 145 (57.03% from 255 or 24.74% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADF91 is #25206E. Grayscale: #D4D4D4. Windows color (decimal): -2433135 or 9560026. OLE color: 9560026.

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

Color convert

RGB 218 223 145 -
CMYK 0.02 0 0.35 0.13
HSL 63.85º 0.55% 0.72% -
HSV(B) 63.85º 0.35% 0.87% -
XYZ 60.41 69.73 37.06 -
YUV 212.61 89.84 131.84 -
System Red Green Blue C M Y K H S L
Decimal 218 223 145 0.02 0 0.35 0.13 63.85 0.55 0.72
Hex DA DF 91 2 0 23 D 40 37 48
Octal 332 337 221 2 0 43 15 100 67 110
Binary 11011010 11011111 10010001 10 0 100011 1101 1000000 110111 1001000

Color Harmonies of #DADF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF91

Black with #DADF91

Text Example


Text Example

White with #DADF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF91; }

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

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

background-color css

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

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

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

border-color css

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

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

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