Html Css Color HEX #D4DD92 Primrose

📋 copy color: '#D4DD92'

red 212 ◦ green 221 ◦ blue 146

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

Shades of Primrose #D4DD92

Tints of Primrose #D4DD92

RGB

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

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

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

R = 36.61%
G = 38.17%
B = 25.22%

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

#D4DD92 (or 0xD4DD92) is known color: Primrose. HEX triplet: D4, DD and 92. RGB value is (212,221,146). Sum of RGB (Red+Green+Blue) = 212+221+146=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DD92 is #2B226D. Grayscale: #D2D2D2. Windows color (decimal): -2826862 or 9625044. OLE color: 9625044.

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

Color convert

RGB 212 221 146 -
CMYK 0.04 0 0.34 0.13
HSL 67.2º 0.52% 0.72% -
HSV(B) 67.2º 0.34% 0.87% -
XYZ 58.2 67.79 37.21 -
YUV 209.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 212 221 146 0.04 0 0.34 0.13 67.2 0.52 0.72
Hex D4 DD 92 4 0 22 D 43 34 48
Octal 324 335 222 4 0 42 15 103 64 110
Binary 11010100 11011101 10010010 100 0 100010 1101 1000011 110100 1001000

Color Harmonies of #D4DD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DD92

Black with #D4DD92

Text Example


Text Example

White with #D4DD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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