Html Css Color HEX #D4DE1A Pear

📋 copy color: '#D4DE1A'

red 212 ◦ green 222 ◦ blue 26

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

Shades of Pear #D4DE1A

Tints of Pear #D4DE1A

RGB

 RED value IS 212 (83.2% from 255) = 46.09%

 GREEN value IS 222 (87.11% from 255) = 48.26%

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

R = 46.09%
G = 48.26%
B = 5.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#D4DE1A (or 0xD4DE1A) is known color: Pear. HEX triplet: D4, DE and 1A. RGB value is (212,222,26). Sum of RGB (Red+Green+Blue) = 212+222+26=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 26 (10.55% from 255 or 5.65% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DE1A is #2B21E5. Grayscale: #C5C5C5. Windows color (decimal): -2826726 or 1760980. OLE color: 1760980.

HSL color Cylindrical-coordinate representation of color #D4DE1A: hue angle of 63.06º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4DE1A is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 222 26 -
CMYK 0.05 0 0.88 0.13
HSL 63.06º 0.79% 0.49% -
HSV(B) 63.06º 0.88% 0.87% -
XYZ 53.46 66.31 10.96 -
YUV 196.67 31.69 138.94 -
System Red Green Blue C M Y K H S L
Decimal 212 222 26 0.05 0 0.88 0.13 63.06 0.79 0.49
Hex D4 DE 1A 5 0 58 D 3F 4F 31
Octal 324 336 32 5 0 130 15 77 117 61
Binary 11010100 11011110 11010 101 0 1011000 1101 111111 1001111 110001

Color Harmonies of #D4DE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DE1A

Black with #D4DE1A

Text Example


Text Example

White with #D4DE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DE1A; }

 p { color: rgb(212,222,26); }

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

background-color css

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

 a { background-color: rgb(212,222,26); }

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

border-color css

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

 span { border-color: rgb(212,222,26); }

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