Html Css Color HEX #DAEB1C Pear

📋 copy color: '#DAEB1C'

red 218 ◦ green 235 ◦ blue 28

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

Shades of Pear #DAEB1C

Tints of Pear #DAEB1C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.86%

 BLUE value IS 28 (11.33% from 255) = 5.82%

R = 45.32%
G = 48.86%
B = 5.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#DAEB1C (or 0xDAEB1C) is known color: Pear. HEX triplet: DA, EB and 1C. RGB value is (218,235,28). Sum of RGB (Red+Green+Blue) = 218+235+28=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 28 (11.33% from 255 or 5.82% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEB1C is #2514E3. Grayscale: #CFCFCF. Windows color (decimal): -2430180 or 1895386. OLE color: 1895386.

HSL color Cylindrical-coordinate representation of color #DAEB1C: hue angle of 64.93º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAEB1C is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 235 28 -
CMYK 0.07 0 0.88 0.08
HSL 64.93º 0.84% 0.52% -
HSV(B) 64.93º 0.88% 0.92% -
XYZ 58.83 74.41 12.36 -
YUV 206.32 27.37 136.33 -
System Red Green Blue C M Y K H S L
Decimal 218 235 28 0.07 0 0.88 0.08 64.93 0.84 0.52
Hex DA EB 1C 7 0 58 8 41 54 34
Octal 332 353 34 7 0 130 10 101 124 64
Binary 11011010 11101011 11100 111 0 1011000 1000 1000001 1010100 110100

Color Harmonies of #DAEB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB1C

Black with #DAEB1C

Text Example


Text Example

White with #DAEB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB1C; }

 p { color: rgb(218,235,28); }

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

background-color css

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

 a { background-color: rgb(218,235,28); }

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

border-color css

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

 span { border-color: rgb(218,235,28); }

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