Html Css Color HEX #DDEA1F Pear

📋 copy color: '#DDEA1F'

red 221 ◦ green 234 ◦ blue 31

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

Shades of Pear #DDEA1F

Tints of Pear #DDEA1F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.15%

 BLUE value IS 31 (12.5% from 255) = 6.38%

R = 45.47%
G = 48.15%
B = 6.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#DDEA1F (or 0xDDEA1F) is known color: Pear. HEX triplet: DD, EA and 1F. RGB value is (221,234,31). Sum of RGB (Red+Green+Blue) = 221+234+31=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 31 (12.5% from 255 or 6.38% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEA1F is #2215E0. Grayscale: #CFCFCF. Windows color (decimal): -2233825 or 2091741. OLE color: 2091741.

HSL color Cylindrical-coordinate representation of color #DDEA1F: hue angle of 63.84º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDEA1F is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 234 31 -
CMYK 0.06 0 0.87 0.08
HSL 63.84º 0.83% 0.52% -
HSV(B) 63.84º 0.87% 0.92% -
XYZ 59.49 74.32 12.51 -
YUV 206.97 28.69 138.01 -
System Red Green Blue C M Y K H S L
Decimal 221 234 31 0.06 0 0.87 0.08 63.84 0.83 0.52
Hex DD EA 1F 6 0 57 8 40 53 34
Octal 335 352 37 6 0 127 10 100 123 64
Binary 11011101 11101010 11111 110 0 1010111 1000 1000000 1010011 110100

Color Harmonies of #DDEA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEA1F

Black with #DDEA1F

Text Example


Text Example

White with #DDEA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEA1F; }

 p { color: rgb(221,234,31); }

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

background-color css

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

 a { background-color: rgb(221,234,31); }

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

border-color css

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

 span { border-color: rgb(221,234,31); }

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