Html Css Color HEX #D6D92B Bitter Lemon

📋 copy color: '#D6D92B'

red 214 ◦ green 217 ◦ blue 43

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

Shades of Bitter Lemon #D6D92B

Tints of Bitter Lemon #D6D92B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.78%

 BLUE value IS 43 (17.19% from 255) = 9.07%

R = 45.15%
G = 45.78%
B = 9.07%

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

#D6D92B (or 0xD6D92B) is known color: Bitter Lemon. HEX triplet: D6, D9 and 2B. RGB value is (214,217,43). Sum of RGB (Red+Green+Blue) = 214+217+43=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 43 (17.19% from 255 or 9.07% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #D6D92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D92B is #2926D4. Grayscale: #C4C4C4. Windows color (decimal): -2696917 or 2873814. OLE color: 2873814.

HSL color Cylindrical-coordinate representation of color #D6D92B: 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 #D6D92B is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 217 43 -
CMYK 0.01 0 0.80 0.15
HSL 61.03º 0.7% 0.51% -
HSV(B) 61.03º 0.8% 0.85% -
XYZ 52.98 64.1 11.86 -
YUV 196.27 41.51 140.65 -
System Red Green Blue C M Y K H S L
Decimal 214 217 43 0.01 0 0.80 0.15 61.03 0.7 0.51
Hex D6 D9 2B 1 0 50 F 3D 46 33
Octal 326 331 53 1 0 120 17 75 106 63
Binary 11010110 11011001 101011 1 0 1010000 1111 111101 1000110 110011

Color Harmonies of #D6D92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D92B

Black with #D6D92B

Text Example


Text Example

White with #D6D92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D92B; }

 p { color: rgb(214,217,43); }

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

background-color css

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

 a { background-color: rgb(214,217,43); }

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

border-color css

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

 span { border-color: rgb(214,217,43); }

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