Html Css Color HEX #DAE525 Pear

📋 copy color: '#DAE525'

red 218 ◦ green 229 ◦ blue 37

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

Shades of Pear #DAE525

Tints of Pear #DAE525

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.31%

 BLUE value IS 37 (14.84% from 255) = 7.64%

R = 45.04%
G = 47.31%
B = 7.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#DAE525 (or 0xDAE525) is known color: Pear. HEX triplet: DA, E5 and 25. RGB value is (218,229,37). Sum of RGB (Red+Green+Blue) = 218+229+37=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 37 (14.84% from 255 or 7.64% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE525 is #251ADA. Grayscale: #CCCCCC. Windows color (decimal): -2431707 or 2483674. OLE color: 2483674.

HSL color Cylindrical-coordinate representation of color #DAE525: hue angle of 63.44º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAE525 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 37 -
CMYK 0.05 0 0.84 0.10
HSL 63.44º 0.79% 0.52% -
HSV(B) 63.44º 0.84% 0.9% -
XYZ 57.27 71.08 12.45 -
YUV 203.82 33.86 138.11 -
System Red Green Blue C M Y K H S L
Decimal 218 229 37 0.05 0 0.84 0.10 63.44 0.79 0.52
Hex DA E5 25 5 0 54 A 3F 4F 34
Octal 332 345 45 5 0 124 12 77 117 64
Binary 11011010 11100101 100101 101 0 1010100 1010 111111 1001111 110100

Color Harmonies of #DAE525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE525

Black with #DAE525

Text Example


Text Example

White with #DAE525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE525; }

 p { color: rgb(218,229,37); }

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

background-color css

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

 a { background-color: rgb(218,229,37); }

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

border-color css

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

 span { border-color: rgb(218,229,37); }

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