Html Css Color HEX #DAE422 Pear

📋 copy color: '#DAE422'

red 218 ◦ green 228 ◦ blue 34

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

Shades of Pear #DAE422

Tints of Pear #DAE422

RGB

 RED value IS 218 (85.55% from 255) = 45.42%

 GREEN value IS 228 (89.45% from 255) = 47.5%

 BLUE value IS 34 (13.67% from 255) = 7.08%

R = 45.42%
G = 47.5%
B = 7.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#DAE422 (or 0xDAE422) is known color: Pear. HEX triplet: DA, E4 and 22. RGB value is (218,228,34). Sum of RGB (Red+Green+Blue) = 218+228+34=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 34 (13.67% from 255 or 7.08% from 480); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE422 is #251BDD. Grayscale: #CBCBCB. Windows color (decimal): -2431966 or 2286810. OLE color: 2286810.

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

Color convert

RGB 218 228 34 -
CMYK 0.04 0 0.85 0.11
HSL 63.09º 0.78% 0.51% -
HSV(B) 63.09º 0.85% 0.89% -
XYZ 56.95 70.51 12.12 -
YUV 202.89 32.69 138.77 -
System Red Green Blue C M Y K H S L
Decimal 218 228 34 0.04 0 0.85 0.11 63.09 0.78 0.51
Hex DA E4 22 4 0 55 B 3F 4E 33
Octal 332 344 42 4 0 125 13 77 116 63
Binary 11011010 11100100 100010 100 0 1010101 1011 111111 1001110 110011

Color Harmonies of #DAE422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE422

Black with #DAE422

Text Example


Text Example

White with #DAE422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE422; }

 p { color: rgb(218,228,34); }

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

background-color css

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

 a { background-color: rgb(218,228,34); }

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

border-color css

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

 span { border-color: rgb(218,228,34); }

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