Html Css Color HEX #DADF92 Primrose

📋 copy color: '#DADF92'

red 218 ◦ green 223 ◦ blue 146

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

Shades of Primrose #DADF92

Tints of Primrose #DADF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 24.87%

R = 37.14%
G = 37.99%
B = 24.87%

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

#DADF92 (or 0xDADF92) is known color: Primrose. HEX triplet: DA, DF and 92. RGB value is (218,223,146). Sum of RGB (Red+Green+Blue) = 218+223+146=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 146 (57.42% from 255 or 24.87% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADF92 is #25206D. Grayscale: #D5D5D5. Windows color (decimal): -2433134 or 9625562. OLE color: 9625562.

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

Color convert

RGB 218 223 146 -
CMYK 0.02 0 0.35 0.13
HSL 63.9º 0.55% 0.72% -
HSV(B) 63.9º 0.35% 0.87% -
XYZ 60.49 69.76 37.47 -
YUV 212.73 90.34 131.76 -
System Red Green Blue C M Y K H S L
Decimal 218 223 146 0.02 0 0.35 0.13 63.9 0.55 0.72
Hex DA DF 92 2 0 23 D 40 37 48
Octal 332 337 222 2 0 43 15 100 67 110
Binary 11011010 11011111 10010010 10 0 100011 1101 1000000 110111 1001000

Color Harmonies of #DADF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF92

Black with #DADF92

Text Example


Text Example

White with #DADF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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