Html Css Color HEX #DDED1A Pear

📋 copy color: '#DDED1A'

red 221 ◦ green 237 ◦ blue 26

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

Shades of Pear #DDED1A

Tints of Pear #DDED1A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.97%

 BLUE value IS 26 (10.55% from 255) = 5.37%

R = 45.66%
G = 48.97%
B = 5.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#DDED1A (or 0xDDED1A) is known color: Pear. HEX triplet: DD, ED and 1A. RGB value is (221,237,26). Sum of RGB (Red+Green+Blue) = 221+237+26=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 26 (10.55% from 255 or 5.37% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #DDED1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDED1A is #2212E5. Grayscale: #D0D0D0. Windows color (decimal): -2233062 or 1764829. OLE color: 1764829.

HSL color Cylindrical-coordinate representation of color #DDED1A: hue angle of 64.55º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDED1A is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 26 -
CMYK 0.07 0 0.89 0.07
HSL 64.55º 0.85% 0.52% -
HSV(B) 64.55º 0.89% 0.93% -
XYZ 60.29 76.02 12.47 -
YUV 208.16 25.2 137.16 -
System Red Green Blue C M Y K H S L
Decimal 221 237 26 0.07 0 0.89 0.07 64.55 0.85 0.52
Hex DD ED 1A 7 0 59 7 41 55 34
Octal 335 355 32 7 0 131 7 101 125 64
Binary 11011101 11101101 11010 111 0 1011001 111 1000001 1010101 110100

Color Harmonies of #DDED1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDED1A

Black with #DDED1A

Text Example


Text Example

White with #DDED1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDED1A; }

 p { color: rgb(221,237,26); }

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

background-color css

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

 a { background-color: rgb(221,237,26); }

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

border-color css

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

 span { border-color: rgb(221,237,26); }

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