Html Css Color HEX #DAE920 Pear

📋 copy color: '#DAE920'

red 218 ◦ green 233 ◦ blue 32

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

Shades of Pear #DAE920

Tints of Pear #DAE920

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.24%

 BLUE value IS 32 (12.89% from 255) = 6.63%

R = 45.13%
G = 48.24%
B = 6.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#DAE920 (or 0xDAE920) is known color: Pear. HEX triplet: DA, E9 and 20. RGB value is (218,233,32). Sum of RGB (Red+Green+Blue) = 218+233+32=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 32 (12.89% from 255 or 6.63% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE920 is #2516DF. Grayscale: #CECECE. Windows color (decimal): -2430688 or 2157018. OLE color: 2157018.

HSL color Cylindrical-coordinate representation of color #DAE920: hue angle of 64.48º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAE920 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 233 32 -
CMYK 0.06 0 0.86 0.09
HSL 64.48º 0.82% 0.52% -
HSV(B) 64.48º 0.86% 0.91% -
XYZ 58.31 73.29 12.44 -
YUV 205.6 30.03 136.84 -
System Red Green Blue C M Y K H S L
Decimal 218 233 32 0.06 0 0.86 0.09 64.48 0.82 0.52
Hex DA E9 20 6 0 56 9 40 52 34
Octal 332 351 40 6 0 126 11 100 122 64
Binary 11011010 11101001 100000 110 0 1010110 1001 1000000 1010010 110100

Color Harmonies of #DAE920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE920

Black with #DAE920

Text Example


Text Example

White with #DAE920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE920; }

 p { color: rgb(218,233,32); }

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

background-color css

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

 a { background-color: rgb(218,233,32); }

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

border-color css

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

 span { border-color: rgb(218,233,32); }

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