Html Css Color HEX #DADF99 Primrose

📋 copy color: '#DADF99'

red 218 ◦ green 223 ◦ blue 153

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

Shades of Primrose #DADF99

Tints of Primrose #DADF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.76%

R = 36.7%
G = 37.54%
B = 25.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DADF99 (or 0xDADF99) is known color: Primrose. HEX triplet: DA, DF and 99. RGB value is (218,223,153). Sum of RGB (Red+Green+Blue) = 218+223+153=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 153 (60.16% from 255 or 25.76% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADF99 is #252066. Grayscale: #D5D5D5. Windows color (decimal): -2433127 or 10084314. OLE color: 10084314.

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

Color convert

RGB 218 223 153 -
CMYK 0.02 0 0.31 0.13
HSL 64.29º 0.52% 0.74% -
HSV(B) 64.29º 0.31% 0.87% -
XYZ 61.05 69.98 40.43 -
YUV 213.53 93.84 131.19 -
System Red Green Blue C M Y K H S L
Decimal 218 223 153 0.02 0 0.31 0.13 64.29 0.52 0.74
Hex DA DF 99 2 0 1F D 40 34 4A
Octal 332 337 231 2 0 37 15 100 64 112
Binary 11011010 11011111 10011001 10 0 11111 1101 1000000 110100 1001010

Color Harmonies of #DADF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF99

Black with #DADF99

Text Example


Text Example

White with #DADF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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