Html Css Color HEX #D5DD92 Primrose

📋 copy color: '#D5DD92'

red 213 ◦ green 221 ◦ blue 146

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

Shades of Primrose #D5DD92

Tints of Primrose #D5DD92

RGB

 RED value IS 213 (83.59% from 255) = 36.72%

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

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

R = 36.72%
G = 38.1%
B = 25.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#D5DD92 (or 0xD5DD92) is known color: Primrose. HEX triplet: D5, DD and 92. RGB value is (213,221,146). Sum of RGB (Red+Green+Blue) = 213+221+146=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 146 (57.42% from 255 or 25.17% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DD92 is #2A226D. Grayscale: #D2D2D2. Windows color (decimal): -2761326 or 9625045. OLE color: 9625045.

HSL color Cylindrical-coordinate representation of color #D5DD92: hue angle of 66.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 #D5DD92 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 221 146 -
CMYK 0.04 0 0.34 0.13
HSL 66.4º 0.52% 0.72% -
HSV(B) 66.4º 0.34% 0.87% -
XYZ 58.49 67.93 37.22 -
YUV 210.06 91.85 130.1 -
System Red Green Blue C M Y K H S L
Decimal 213 221 146 0.04 0 0.34 0.13 66.4 0.52 0.72
Hex D5 DD 92 4 0 22 D 42 34 48
Octal 325 335 222 4 0 42 15 102 64 110
Binary 11010101 11011101 10010010 100 0 100010 1101 1000010 110100 1001000

Color Harmonies of #D5DD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD92

Black with #D5DD92

Text Example


Text Example

White with #D5DD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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