Html Css Color HEX #DADF93 Primrose

📋 copy color: '#DADF93'

red 218 ◦ green 223 ◦ blue 147

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

Shades of Primrose #DADF93

Tints of Primrose #DADF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25%

R = 37.07%
G = 37.93%
B = 25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DADF93 (or 0xDADF93) is known color: Primrose. HEX triplet: DA, DF and 93. RGB value is (218,223,147). Sum of RGB (Red+Green+Blue) = 218+223+147=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 147 (57.81% from 255 or 25% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADF93 is #25206C. Grayscale: #D5D5D5. Windows color (decimal): -2433133 or 9691098. OLE color: 9691098.

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

Color convert

RGB 218 223 147 -
CMYK 0.02 0 0.34 0.13
HSL 63.95º 0.54% 0.73% -
HSV(B) 63.95º 0.34% 0.87% -
XYZ 60.57 69.79 37.88 -
YUV 212.84 90.84 131.68 -
System Red Green Blue C M Y K H S L
Decimal 218 223 147 0.02 0 0.34 0.13 63.95 0.54 0.73
Hex DA DF 93 2 0 22 D 40 36 49
Octal 332 337 223 2 0 42 15 100 66 111
Binary 11011010 11011111 10010011 10 0 100010 1101 1000000 110110 1001001

Color Harmonies of #DADF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF93

Black with #DADF93

Text Example


Text Example

White with #DADF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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