Html Css Color HEX #DCE01B Pear

📋 copy color: '#DCE01B'

red 220 ◦ green 224 ◦ blue 27

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

Shades of Pear #DCE01B

Tints of Pear #DCE01B

RGB

 RED value IS 220 (86.33% from 255) = 46.71%

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

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

R = 46.71%
G = 47.56%
B = 5.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#DCE01B (or 0xDCE01B) is known color: Pear. HEX triplet: DC, E0 and 1B. RGB value is (220,224,27). Sum of RGB (Red+Green+Blue) = 220+224+27=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 27 (10.94% from 255 or 5.73% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE01B is #231FE4. Grayscale: #C9C9C9. Windows color (decimal): -2301925 or 1827036. OLE color: 1827036.

HSL color Cylindrical-coordinate representation of color #DCE01B: hue angle of 61.22º 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 #DCE01B is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 224 27 -
CMYK 0.02 0 0.88 0.12
HSL 61.22º 0.78% 0.49% -
HSV(B) 61.22º 0.88% 0.88% -
XYZ 56.37 68.61 11.31 -
YUV 200.35 30.17 142.02 -
System Red Green Blue C M Y K H S L
Decimal 220 224 27 0.02 0 0.88 0.12 61.22 0.78 0.49
Hex DC E0 1B 2 0 58 C 3D 4E 31
Octal 334 340 33 2 0 130 14 75 116 61
Binary 11011100 11100000 11011 10 0 1011000 1100 111101 1001110 110001

Color Harmonies of #DCE01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE01B

Black with #DCE01B

Text Example


Text Example

White with #DCE01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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