Html Css Color HEX #D4DF38 Bitter Lemon

📋 copy color: '#D4DF38'

red 212 ◦ green 223 ◦ blue 56

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

Shades of Bitter Lemon #D4DF38

Tints of Bitter Lemon #D4DF38

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.42%

 BLUE value IS 56 (22.27% from 255) = 11.41%

R = 43.18%
G = 45.42%
B = 11.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#D4DF38 (or 0xD4DF38) is known color: Bitter Lemon. HEX triplet: D4, DF and 38. RGB value is (212,223,56). Sum of RGB (Red+Green+Blue) = 212+223+56=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 56 (22.27% from 255 or 11.41% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DF38 is #2B20C7. Grayscale: #C9C9C9. Windows color (decimal): -2826440 or 3727316. OLE color: 3727316.

HSL color Cylindrical-coordinate representation of color #D4DF38: hue angle of 63.95º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4DF38 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 223 56 -
CMYK 0.05 0 0.75 0.13
HSL 63.95º 0.72% 0.55% -
HSV(B) 63.95º 0.75% 0.87% -
XYZ 54.25 67.06 13.83 -
YUV 200.67 46.36 136.08 -
System Red Green Blue C M Y K H S L
Decimal 212 223 56 0.05 0 0.75 0.13 63.95 0.72 0.55
Hex D4 DF 38 5 0 4B D 40 48 37
Octal 324 337 70 5 0 113 15 100 110 67
Binary 11010100 11011111 111000 101 0 1001011 1101 1000000 1001000 110111

Color Harmonies of #D4DF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DF38

Black with #D4DF38

Text Example


Text Example

White with #D4DF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DF38; }

 p { color: rgb(212,223,56); }

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

background-color css

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

 a { background-color: rgb(212,223,56); }

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

border-color css

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

 span { border-color: rgb(212,223,56); }

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