Html Css Color HEX #D6DB35 Bitter Lemon

📋 copy color: '#D6DB35'

red 214 ◦ green 219 ◦ blue 53

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

Shades of Bitter Lemon #D6DB35

Tints of Bitter Lemon #D6DB35

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.06%

 BLUE value IS 53 (21.09% from 255) = 10.91%

R = 44.03%
G = 45.06%
B = 10.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#D6DB35 (or 0xD6DB35) is known color: Bitter Lemon. HEX triplet: D6, DB and 35. RGB value is (214,219,53). Sum of RGB (Red+Green+Blue) = 214+219+53=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 53 (21.09% from 255 or 10.91% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DB35 is #2924CA. Grayscale: #C7C7C7. Windows color (decimal): -2696395 or 3529686. OLE color: 3529686.

HSL color Cylindrical-coordinate representation of color #D6DB35: hue angle of 61.81º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6DB35 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 219 53 -
CMYK 0.02 0 0.76 0.14
HSL 61.81º 0.7% 0.53% -
HSV(B) 61.81º 0.76% 0.86% -
XYZ 53.71 65.22 13.13 -
YUV 198.58 45.84 139 -
System Red Green Blue C M Y K H S L
Decimal 214 219 53 0.02 0 0.76 0.14 61.81 0.7 0.53
Hex D6 DB 35 2 0 4C E 3E 46 35
Octal 326 333 65 2 0 114 16 76 106 65
Binary 11010110 11011011 110101 10 0 1001100 1110 111110 1000110 110101

Color Harmonies of #D6DB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DB35

Black with #D6DB35

Text Example


Text Example

White with #D6DB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DB35; }

 p { color: rgb(214,219,53); }

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

background-color css

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

 a { background-color: rgb(214,219,53); }

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

border-color css

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

 span { border-color: rgb(214,219,53); }

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