Html Css Color HEX #DDE69A Primrose

📋 copy color: '#DDE69A'

red 221 ◦ green 230 ◦ blue 154

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

Shades of Primrose #DDE69A

Tints of Primrose #DDE69A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.45%

R = 36.53%
G = 38.02%
B = 25.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#DDE69A (or 0xDDE69A) is known color: Primrose. HEX triplet: DD, E6 and 9A. RGB value is (221,230,154). Sum of RGB (Red+Green+Blue) = 221+230+154=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE69A is #221965. Grayscale: #DADADA. Windows color (decimal): -2234726 or 10151645. OLE color: 10151645.

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

Color convert

RGB 221 230 154 -
CMYK 0.04 0 0.33 0.10
HSL 67.11º 0.6% 0.75% -
HSV(B) 67.11º 0.33% 0.9% -
XYZ 63.95 74.3 41.54 -
YUV 218.65 91.52 129.68 -
System Red Green Blue C M Y K H S L
Decimal 221 230 154 0.04 0 0.33 0.10 67.11 0.6 0.75
Hex DD E6 9A 4 0 21 A 43 3C 4B
Octal 335 346 232 4 0 41 12 103 74 113
Binary 11011101 11100110 10011010 100 0 100001 1010 1000011 111100 1001011

Color Harmonies of #DDE69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE69A

Black with #DDE69A

Text Example


Text Example

White with #DDE69A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE69A; }

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

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

background-color css

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

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

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

border-color css

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

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

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