Html Css Color HEX #DDE692 Primrose

📋 copy color: '#DDE692'

red 221 ◦ green 230 ◦ blue 146

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

Shades of Primrose #DDE692

Tints of Primrose #DDE692

RGB

 RED value IS 221 (86.72% from 255) = 37.02%

 GREEN value IS 230 (90.23% from 255) = 38.53%

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

R = 37.02%
G = 38.53%
B = 24.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#DDE692 (or 0xDDE692) is known color: Primrose. HEX triplet: DD, E6 and 92. RGB value is (221,230,146). Sum of RGB (Red+Green+Blue) = 221+230+146=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 230 (90.23% from 255 or 38.53% from 597); Blue value is 146 (57.42% from 255 or 24.46% from 597); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE692 is #22196D. Grayscale: #DADADA. Windows color (decimal): -2234734 or 9627357. OLE color: 9627357.

HSL color Cylindrical-coordinate representation of color #DDE692: hue angle of 66.43º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDE692 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 230 146 -
CMYK 0.04 0 0.37 0.10
HSL 66.43º 0.63% 0.74% -
HSV(B) 66.43º 0.37% 0.9% -
XYZ 63.3 74.04 38.15 -
YUV 217.73 87.52 130.33 -
System Red Green Blue C M Y K H S L
Decimal 221 230 146 0.04 0 0.37 0.10 66.43 0.63 0.74
Hex DD E6 92 4 0 25 A 42 3F 4A
Octal 335 346 222 4 0 45 12 102 77 112
Binary 11011101 11100110 10010010 100 0 100101 1010 1000010 111111 1001010

Color Harmonies of #DDE692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE692

Black with #DDE692

Text Example


Text Example

White with #DDE692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE692; }

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

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

background-color css

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

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

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

border-color css

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

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

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