Html Css Color HEX #D2DA27 Bitter Lemon

📋 copy color: '#D2DA27'

red 210 ◦ green 218 ◦ blue 39

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

Shades of Bitter Lemon #D2DA27

Tints of Bitter Lemon #D2DA27

RGB

 RED value IS 210 (82.42% from 255) = 44.97%

 GREEN value IS 218 (85.55% from 255) = 46.68%

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

R = 44.97%
G = 46.68%
B = 8.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D2DA27 (or 0xD2DA27) is known color: Bitter Lemon. HEX triplet: D2, DA and 27. RGB value is (210,218,39). Sum of RGB (Red+Green+Blue) = 210+218+39=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 39 (15.62% from 255 or 8.35% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DA27 is #2D25D8. Grayscale: #C3C3C3. Windows color (decimal): -2958809 or 2611922. OLE color: 2611922.

HSL color Cylindrical-coordinate representation of color #D2DA27: hue angle of 62.68º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2DA27 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 218 39 -
CMYK 0.04 0 0.82 0.15
HSL 62.68º 0.71% 0.5% -
HSV(B) 62.68º 0.82% 0.85% -
XYZ 52.02 63.99 11.53 -
YUV 195.2 39.85 138.55 -
System Red Green Blue C M Y K H S L
Decimal 210 218 39 0.04 0 0.82 0.15 62.68 0.71 0.5
Hex D2 DA 27 4 0 52 F 3F 47 32
Octal 322 332 47 4 0 122 17 77 107 62
Binary 11010010 11011010 100111 100 0 1010010 1111 111111 1000111 110010

Color Harmonies of #D2DA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DA27

Black with #D2DA27

Text Example


Text Example

White with #D2DA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DA27; }

 p { color: rgb(210,218,39); }

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

background-color css

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

 a { background-color: rgb(210,218,39); }

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

border-color css

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

 span { border-color: rgb(210,218,39); }

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