Html Css Color HEX #DAE01B Pear

📋 copy color: '#DAE01B'

red 218 ◦ green 224 ◦ blue 27

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

Shades of Pear #DAE01B

Tints of Pear #DAE01B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.76%

 BLUE value IS 27 (10.94% from 255) = 5.76%

R = 46.48%
G = 47.76%
B = 5.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#DAE01B (or 0xDAE01B) is known color: Pear. HEX triplet: DA, E0 and 1B. RGB value is (218,224,27). Sum of RGB (Red+Green+Blue) = 218+224+27=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 27 (10.94% from 255 or 5.76% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE01B is #251FE4. Grayscale: #C8C8C8. Windows color (decimal): -2432997 or 1827034. OLE color: 1827034.

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

Color convert

RGB 218 224 27 -
CMYK 0.03 0 0.88 0.12
HSL 61.83º 0.78% 0.49% -
HSV(B) 61.83º 0.88% 0.88% -
XYZ 55.77 68.3 11.28 -
YUV 199.75 30.51 141.02 -
System Red Green Blue C M Y K H S L
Decimal 218 224 27 0.03 0 0.88 0.12 61.83 0.78 0.49
Hex DA E0 1B 3 0 58 C 3E 4E 31
Octal 332 340 33 3 0 130 14 76 116 61
Binary 11011010 11100000 11011 11 0 1011000 1100 111110 1001110 110001

Color Harmonies of #DAE01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE01B

Black with #DAE01B

Text Example


Text Example

White with #DAE01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE01B; }

 p { color: rgb(218,224,27); }

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

background-color css

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

 a { background-color: rgb(218,224,27); }

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

border-color css

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

 span { border-color: rgb(218,224,27); }

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