Html Css Color HEX #DAE122 Pear

📋 copy color: '#DAE122'

red 218 ◦ green 225 ◦ blue 34

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

Shades of Pear #DAE122

Tints of Pear #DAE122

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.17%

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

R = 45.7%
G = 47.17%
B = 7.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#DAE122 (or 0xDAE122) is known color: Pear. HEX triplet: DA, E1 and 22. RGB value is (218,225,34). Sum of RGB (Red+Green+Blue) = 218+225+34=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 34 (13.67% from 255 or 7.13% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE122 is #251EDD. Grayscale: #C9C9C9. Windows color (decimal): -2432734 or 2286042. OLE color: 2286042.

HSL color Cylindrical-coordinate representation of color #DAE122: hue angle of 62.2º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAE122 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 225 34 -
CMYK 0.03 0 0.85 0.12
HSL 62.2º 0.76% 0.51% -
HSV(B) 62.2º 0.85% 0.88% -
XYZ 56.13 68.87 11.85 -
YUV 201.13 33.68 140.03 -
System Red Green Blue C M Y K H S L
Decimal 218 225 34 0.03 0 0.85 0.12 62.2 0.76 0.51
Hex DA E1 22 3 0 55 C 3E 4C 33
Octal 332 341 42 3 0 125 14 76 114 63
Binary 11011010 11100001 100010 11 0 1010101 1100 111110 1001100 110011

Color Harmonies of #DAE122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE122

Black with #DAE122

Text Example


Text Example

White with #DAE122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE122; }

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

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

background-color css

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

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

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

border-color css

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

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

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