Html Css Color HEX #DAE12F Pear

📋 copy color: '#DAE12F'

red 218 ◦ green 225 ◦ blue 47

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

Shades of Pear #DAE12F

Tints of Pear #DAE12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.59%

R = 44.49%
G = 45.92%
B = 9.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#DAE12F (or 0xDAE12F) is known color: Pear. HEX triplet: DA, E1 and 2F. RGB value is (218,225,47). Sum of RGB (Red+Green+Blue) = 218+225+47=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 47 (18.75% from 255 or 9.59% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE12F is #251ED0. Grayscale: #CBCBCB. Windows color (decimal): -2432721 or 3138010. OLE color: 3138010.

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

Color convert

RGB 218 225 47 -
CMYK 0.03 0 0.79 0.12
HSL 62.36º 0.75% 0.53% -
HSV(B) 62.36º 0.79% 0.88% -
XYZ 56.35 68.96 13.03 -
YUV 202.62 40.18 138.97 -
System Red Green Blue C M Y K H S L
Decimal 218 225 47 0.03 0 0.79 0.12 62.36 0.75 0.53
Hex DA E1 2F 3 0 4F C 3E 4B 35
Octal 332 341 57 3 0 117 14 76 113 65
Binary 11011010 11100001 101111 11 0 1001111 1100 111110 1001011 110101

Color Harmonies of #DAE12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE12F

Black with #DAE12F

Text Example


Text Example

White with #DAE12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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