Html Css Color HEX #DDE313 Pear

📋 copy color: '#DDE313'

red 221 ◦ green 227 ◦ blue 19

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

Shades of Pear #DDE313

Tints of Pear #DDE313

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.61%

 BLUE value IS 19 (7.81% from 255) = 4.07%

R = 47.32%
G = 48.61%
B = 4.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#DDE313 (or 0xDDE313) is known color: Pear. HEX triplet: DD, E3 and 13. RGB value is (221,227,19). Sum of RGB (Red+Green+Blue) = 221+227+19=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE313 is #221CEC. Grayscale: #CACACA. Windows color (decimal): -2235629 or 1303517. OLE color: 1303517.

HSL color Cylindrical-coordinate representation of color #DDE313: hue angle of 61.73º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDE313 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 227 19 -
CMYK 0.03 0 0.92 0.11
HSL 61.73º 0.85% 0.48% -
HSV(B) 61.73º 0.92% 0.89% -
XYZ 57.41 70.36 11.17 -
YUV 201.49 25.01 141.91 -
System Red Green Blue C M Y K H S L
Decimal 221 227 19 0.03 0 0.92 0.11 61.73 0.85 0.48
Hex DD E3 13 3 0 5C B 3E 55 30
Octal 335 343 23 3 0 134 13 76 125 60
Binary 11011101 11100011 10011 11 0 1011100 1011 111110 1010101 110000

Color Harmonies of #DDE313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE313

Black with #DDE313

Text Example


Text Example

White with #DDE313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE313; }

 p { color: rgb(221,227,19); }

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

background-color css

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

 a { background-color: rgb(221,227,19); }

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

border-color css

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

 span { border-color: rgb(221,227,19); }

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