Html Css Color HEX #D6DA42 Bitter Lemon

📋 copy color: '#D6DA42'

red 214 ◦ green 218 ◦ blue 66

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

Shades of Bitter Lemon #D6DA42

Tints of Bitter Lemon #D6DA42

RGB

 RED value IS 214 (83.98% from 255) = 42.97%

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

 BLUE value IS 66 (26.17% from 255) = 13.25%

R = 42.97%
G = 43.78%
B = 13.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D6DA42 (or 0xD6DA42) is known color: Bitter Lemon. HEX triplet: D6, DA and 42. RGB value is (214,218,66). Sum of RGB (Red+Green+Blue) = 214+218+66=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DA42 is #2925BD. Grayscale: #C8C8C8. Windows color (decimal): -2696638 or 4381398. OLE color: 4381398.

HSL color Cylindrical-coordinate representation of color #D6DA42: hue angle of 61.58º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6DA42 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 218 66 -
CMYK 0.02 0 0.70 0.15
HSL 61.58º 0.67% 0.56% -
HSV(B) 61.58º 0.7% 0.85% -
XYZ 53.79 64.83 14.83 -
YUV 199.48 52.67 138.36 -
System Red Green Blue C M Y K H S L
Decimal 214 218 66 0.02 0 0.70 0.15 61.58 0.67 0.56
Hex D6 DA 42 2 0 46 F 3E 43 38
Octal 326 332 102 2 0 106 17 76 103 70
Binary 11010110 11011010 1000010 10 0 1000110 1111 111110 1000011 111000

Color Harmonies of #D6DA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DA42

Black with #D6DA42

Text Example


Text Example

White with #D6DA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DA42; }

 p { color: rgb(214,218,66); }

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

background-color css

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

 a { background-color: rgb(214,218,66); }

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

border-color css

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

 span { border-color: rgb(214,218,66); }

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