Html Css Color HEX #DDE68B Primrose

📋 copy color: '#DDE68B'

red 221 ◦ green 230 ◦ blue 139

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

Shades of Primrose #DDE68B

Tints of Primrose #DDE68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.56%

R = 37.46%
G = 38.98%
B = 23.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#DDE68B (or 0xDDE68B) is known color: Primrose. HEX triplet: DD, E6 and 8B. RGB value is (221,230,139). Sum of RGB (Red+Green+Blue) = 221+230+139=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 139 (54.69% from 255 or 23.56% from 590); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE68B is #221974. Grayscale: #D9D9D9. Windows color (decimal): -2234741 or 9168605. OLE color: 9168605.

HSL color Cylindrical-coordinate representation of color #DDE68B: hue angle of 65.93º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDE68B is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 230 139 -
CMYK 0.04 0 0.40 0.10
HSL 65.93º 0.65% 0.72% -
HSV(B) 65.93º 0.4% 0.9% -
XYZ 62.78 73.83 35.37 -
YUV 216.94 84.02 130.9 -
System Red Green Blue C M Y K H S L
Decimal 221 230 139 0.04 0 0.40 0.10 65.93 0.65 0.72
Hex DD E6 8B 4 0 28 A 42 41 48
Octal 335 346 213 4 0 50 12 102 101 110
Binary 11011101 11100110 10001011 100 0 101000 1010 1000010 1000001 1001000

Color Harmonies of #DDE68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE68B

Black with #DDE68B

Text Example


Text Example

White with #DDE68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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