Html Css Color HEX #DADF85 Primrose

📋 copy color: '#DADF85'

red 218 ◦ green 223 ◦ blue 133

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

Shades of Primrose #DADF85

Tints of Primrose #DADF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.17%

R = 37.98%
G = 38.85%
B = 23.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DADF85 (or 0xDADF85) is known color: Primrose. HEX triplet: DA, DF and 85. RGB value is (218,223,133). Sum of RGB (Red+Green+Blue) = 218+223+133=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 133 (52.34% from 255 or 23.17% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADF85 is #25207A. Grayscale: #D3D3D3. Windows color (decimal): -2433147 or 8773594. OLE color: 8773594.

HSL color Cylindrical-coordinate representation of color #DADF85: hue angle of 63.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DADF85 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 223 133 -
CMYK 0.02 0 0.40 0.13
HSL 63.33º 0.58% 0.7% -
HSV(B) 63.33º 0.4% 0.87% -
XYZ 59.53 69.37 32.44 -
YUV 211.25 83.84 132.82 -
System Red Green Blue C M Y K H S L
Decimal 218 223 133 0.02 0 0.40 0.13 63.33 0.58 0.7
Hex DA DF 85 2 0 28 D 3F 3A 46
Octal 332 337 205 2 0 50 15 77 72 106
Binary 11011010 11011111 10000101 10 0 101000 1101 111111 111010 1000110

Color Harmonies of #DADF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF85

Black with #DADF85

Text Example


Text Example

White with #DADF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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