Html Css Color HEX #DADD92 Primrose

📋 copy color: '#DADD92'

red 218 ◦ green 221 ◦ blue 146

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

Shades of Primrose #DADD92

Tints of Primrose #DADD92

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.78%

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

R = 37.26%
G = 37.78%
B = 24.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DADD92 (or 0xDADD92) is known color: Primrose. HEX triplet: DA, DD and 92. RGB value is (218,221,146). Sum of RGB (Red+Green+Blue) = 218+221+146=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 146 (57.42% from 255 or 24.96% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD92 is #25226D. Grayscale: #D3D3D3. Windows color (decimal): -2433646 or 9625050. OLE color: 9625050.

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

Color convert

RGB 218 221 146 -
CMYK 0.01 0 0.34 0.13
HSL 62.4º 0.52% 0.72% -
HSV(B) 62.4º 0.34% 0.87% -
XYZ 59.96 68.69 37.29 -
YUV 211.55 91.01 132.6 -
System Red Green Blue C M Y K H S L
Decimal 218 221 146 0.01 0 0.34 0.13 62.4 0.52 0.72
Hex DA DD 92 1 0 22 D 3E 34 48
Octal 332 335 222 1 0 42 15 76 64 110
Binary 11011010 11011101 10010010 1 0 100010 1101 111110 110100 1001000

Color Harmonies of #DADD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD92

Black with #DADD92

Text Example


Text Example

White with #DADD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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