Html Css Color HEX #D0DC27 Bitter Lemon

📋 copy color: '#D0DC27'

red 208 ◦ green 220 ◦ blue 39

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

Shades of Bitter Lemon #D0DC27

Tints of Bitter Lemon #D0DC27

RGB

 RED value IS 208 (81.64% from 255) = 44.54%

 GREEN value IS 220 (86.33% from 255) = 47.11%

 BLUE value IS 39 (15.63% from 255) = 8.35%

R = 44.54%
G = 47.11%
B = 8.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#D0DC27 (or 0xD0DC27) is known color: Bitter Lemon. HEX triplet: D0, DC and 27. RGB value is (208,220,39). Sum of RGB (Red+Green+Blue) = 208+220+39=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 39 (15.62% from 255 or 8.35% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DC27 is #2F23D8. Grayscale: #C4C4C4. Windows color (decimal): -3089369 or 2612432. OLE color: 2612432.

HSL color Cylindrical-coordinate representation of color #D0DC27: hue angle of 63.98º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0DC27 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 220 39 -
CMYK 0.05 0 0.82 0.14
HSL 63.98º 0.72% 0.51% -
HSV(B) 63.98º 0.82% 0.86% -
XYZ 51.97 64.74 11.68 -
YUV 195.78 39.52 136.72 -
System Red Green Blue C M Y K H S L
Decimal 208 220 39 0.05 0 0.82 0.14 63.98 0.72 0.51
Hex D0 DC 27 5 0 52 E 40 48 33
Octal 320 334 47 5 0 122 16 100 110 63
Binary 11010000 11011100 100111 101 0 1010010 1110 1000000 1001000 110011

Color Harmonies of #D0DC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DC27

Black with #D0DC27

Text Example


Text Example

White with #D0DC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DC27; }

 p { color: rgb(208,220,39); }

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

background-color css

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

 a { background-color: rgb(208,220,39); }

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

border-color css

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

 span { border-color: rgb(208,220,39); }

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