Html Css Color HEX #DAE126 Pear

📋 copy color: '#DAE126'

red 218 ◦ green 225 ◦ blue 38

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

Shades of Pear #DAE126

Tints of Pear #DAE126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.9%

R = 45.32%
G = 46.78%
B = 7.9%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#DAE126 (or 0xDAE126) is known color: Pear. HEX triplet: DA, E1 and 26. RGB value is (218,225,38). Sum of RGB (Red+Green+Blue) = 218+225+38=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 38 (15.23% from 255 or 7.90% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE126 is #251ED9. Grayscale: #CACACA. Windows color (decimal): -2432730 or 2548186. OLE color: 2548186.

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

Color convert

RGB 218 225 38 -
CMYK 0.03 0 0.83 0.12
HSL 62.25º 0.76% 0.52% -
HSV(B) 62.25º 0.83% 0.88% -
XYZ 56.19 68.9 12.17 -
YUV 201.59 35.68 139.71 -
System Red Green Blue C M Y K H S L
Decimal 218 225 38 0.03 0 0.83 0.12 62.25 0.76 0.52
Hex DA E1 26 3 0 53 C 3E 4C 34
Octal 332 341 46 3 0 123 14 76 114 64
Binary 11011010 11100001 100110 11 0 1010011 1100 111110 1001100 110100

Color Harmonies of #DAE126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE126

Black with #DAE126

Text Example


Text Example

White with #DAE126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE126; }

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

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

background-color css

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

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

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

border-color css

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

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

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