Html Css Color HEX #D7DA2C Bitter Lemon

📋 copy color: '#D7DA2C'

red 215 ◦ green 218 ◦ blue 44

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

Shades of Bitter Lemon #D7DA2C

Tints of Bitter Lemon #D7DA2C

RGB

 RED value IS 215 (84.38% from 255) = 45.07%

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

 BLUE value IS 44 (17.58% from 255) = 9.22%

R = 45.07%
G = 45.7%
B = 9.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D7DA2C (or 0xD7DA2C) is known color: Bitter Lemon. HEX triplet: D7, DA and 2C. RGB value is (215,218,44). Sum of RGB (Red+Green+Blue) = 215+218+44=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 44 (17.58% from 255 or 9.22% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DA2C is #2825D3. Grayscale: #C5C5C5. Windows color (decimal): -2631124 or 2939607. OLE color: 2939607.

HSL color Cylindrical-coordinate representation of color #D7DA2C: hue angle of 61.03º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7DA2C is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 218 44 -
CMYK 0.01 0 0.80 0.15
HSL 61.03º 0.7% 0.51% -
HSV(B) 61.03º 0.8% 0.85% -
XYZ 53.55 64.77 12.06 -
YUV 197.27 41.51 140.65 -
System Red Green Blue C M Y K H S L
Decimal 215 218 44 0.01 0 0.80 0.15 61.03 0.7 0.51
Hex D7 DA 2C 1 0 50 F 3D 46 33
Octal 327 332 54 1 0 120 17 75 106 63
Binary 11010111 11011010 101100 1 0 1010000 1111 111101 1000110 110011

Color Harmonies of #D7DA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DA2C

Black with #D7DA2C

Text Example


Text Example

White with #D7DA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DA2C; }

 p { color: rgb(215,218,44); }

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

background-color css

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

 a { background-color: rgb(215,218,44); }

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

border-color css

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

 span { border-color: rgb(215,218,44); }

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