Html Css Color HEX #D4DF3C Bitter Lemon

📋 copy color: '#D4DF3C'

red 212 ◦ green 223 ◦ blue 60

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

Shades of Bitter Lemon #D4DF3C

Tints of Bitter Lemon #D4DF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.12%

R = 42.83%
G = 45.05%
B = 12.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#D4DF3C (or 0xD4DF3C) is known color: Bitter Lemon. HEX triplet: D4, DF and 3C. RGB value is (212,223,60). Sum of RGB (Red+Green+Blue) = 212+223+60=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 60 (23.83% from 255 or 12.12% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DF3C is #2B20C3. Grayscale: #C9C9C9. Windows color (decimal): -2826436 or 3989460. OLE color: 3989460.

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

Color convert

RGB 212 223 60 -
CMYK 0.05 0 0.73 0.13
HSL 64.05º 0.72% 0.55% -
HSV(B) 64.05º 0.73% 0.87% -
XYZ 54.35 67.1 14.36 -
YUV 201.13 48.36 135.75 -
System Red Green Blue C M Y K H S L
Decimal 212 223 60 0.05 0 0.73 0.13 64.05 0.72 0.55
Hex D4 DF 3C 5 0 49 D 40 48 37
Octal 324 337 74 5 0 111 15 100 110 67
Binary 11010100 11011111 111100 101 0 1001001 1101 1000000 1001000 110111

Color Harmonies of #D4DF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DF3C

Black with #D4DF3C

Text Example


Text Example

White with #D4DF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DF3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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