Html Css Color HEX #D4D82B Bitter Lemon

📋 copy color: '#D4D82B'

red 212 ◦ green 216 ◦ blue 43

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

Shades of Bitter Lemon #D4D82B

Tints of Bitter Lemon #D4D82B

RGB

 RED value IS 212 (83.2% from 255) = 45.01%

 GREEN value IS 216 (84.77% from 255) = 45.86%

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

R = 45.01%
G = 45.86%
B = 9.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D4D82B (or 0xD4D82B) is known color: Bitter Lemon. HEX triplet: D4, D8 and 2B. RGB value is (212,216,43). Sum of RGB (Red+Green+Blue) = 212+216+43=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 43 (17.19% from 255 or 9.13% from 471); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D82B is #2B27D4. Grayscale: #C3C3C3. Windows color (decimal): -2828245 or 2873556. OLE color: 2873556.

HSL color Cylindrical-coordinate representation of color #D4D82B: hue angle of 61.39º degrees, saturation: 0.69, 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 #D4D82B is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 216 43 -
CMYK 0.02 0 0.80 0.15
HSL 61.39º 0.69% 0.51% -
HSV(B) 61.39º 0.8% 0.85% -
XYZ 52.14 63.28 11.75 -
YUV 195.08 42.17 140.07 -
System Red Green Blue C M Y K H S L
Decimal 212 216 43 0.02 0 0.80 0.15 61.39 0.69 0.51
Hex D4 D8 2B 2 0 50 F 3D 45 33
Octal 324 330 53 2 0 120 17 75 105 63
Binary 11010100 11011000 101011 10 0 1010000 1111 111101 1000101 110011

Color Harmonies of #D4D82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D82B

Black with #D4D82B

Text Example


Text Example

White with #D4D82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D82B; }

 p { color: rgb(212,216,43); }

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

background-color css

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

 a { background-color: rgb(212,216,43); }

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

border-color css

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

 span { border-color: rgb(212,216,43); }

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