Html Css Color HEX #D4DE93 Primrose

📋 copy color: '#D4DE93'

red 212 ◦ green 222 ◦ blue 147

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

Shades of Primrose #D4DE93

Tints of Primrose #D4DE93

RGB

 RED value IS 212 (83.2% from 255) = 36.49%

 GREEN value IS 222 (87.11% from 255) = 38.21%

 BLUE value IS 147 (57.81% from 255) = 25.3%

R = 36.49%
G = 38.21%
B = 25.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#D4DE93 (or 0xD4DE93) is known color: Primrose. HEX triplet: D4, DE and 93. RGB value is (212,222,147). Sum of RGB (Red+Green+Blue) = 212+222+147=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 147 (57.81% from 255 or 25.30% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DE93 is #2B216C. Grayscale: #D2D2D2. Windows color (decimal): -2826605 or 9690836. OLE color: 9690836.

HSL color Cylindrical-coordinate representation of color #D4DE93: hue angle of 68º degrees, saturation: 0.53, 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 #D4DE93 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 222 147 -
CMYK 0.05 0 0.34 0.13
HSL 68º 0.53% 0.72% -
HSV(B) 68º 0.34% 0.87% -
XYZ 58.54 68.35 37.71 -
YUV 210.46 92.19 129.1 -
System Red Green Blue C M Y K H S L
Decimal 212 222 147 0.05 0 0.34 0.13 68 0.53 0.72
Hex D4 DE 93 5 0 22 D 44 35 48
Octal 324 336 223 5 0 42 15 104 65 110
Binary 11010100 11011110 10010011 101 0 100010 1101 1000100 110101 1001000

Color Harmonies of #D4DE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DE93

Black with #D4DE93

Text Example


Text Example

White with #D4DE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DE93; }

 p { color: rgb(212,222,147); }

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

background-color css

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

 a { background-color: rgb(212,222,147); }

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

border-color css

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

 span { border-color: rgb(212,222,147); }

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