Html Css Color HEX #D2D741 Bitter Lemon

📋 copy color: '#D2D741'

red 210 ◦ green 215 ◦ blue 65

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

Shades of Bitter Lemon #D2D741

Tints of Bitter Lemon #D2D741

RGB

 RED value IS 210 (82.42% from 255) = 42.86%

 GREEN value IS 215 (84.38% from 255) = 43.88%

 BLUE value IS 65 (25.78% from 255) = 13.27%

R = 42.86%
G = 43.88%
B = 13.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D2D741 (or 0xD2D741) is known color: Bitter Lemon. HEX triplet: D2, D7 and 41. RGB value is (210,215,65). Sum of RGB (Red+Green+Blue) = 210+215+65=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 65 (25.78% from 255 or 13.27% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D741 is #2D28BE. Grayscale: #C5C5C5. Windows color (decimal): -2959551 or 4315090. OLE color: 4315090.

HSL color Cylindrical-coordinate representation of color #D2D741: hue angle of 62º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2D741 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 215 65 -
CMYK 0.02 0 0.70 0.16
HSL 62º 0.65% 0.55% -
HSV(B) 62º 0.7% 0.84% -
XYZ 51.83 62.68 14.37 -
YUV 196.41 53.84 137.7 -
System Red Green Blue C M Y K H S L
Decimal 210 215 65 0.02 0 0.70 0.16 62 0.65 0.55
Hex D2 D7 41 2 0 46 10 3E 41 37
Octal 322 327 101 2 0 106 20 76 101 67
Binary 11010010 11010111 1000001 10 0 1000110 10000 111110 1000001 110111

Color Harmonies of #D2D741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D741

Black with #D2D741

Text Example


Text Example

White with #D2D741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D741; }

 p { color: rgb(210,215,65); }

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

background-color css

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

 a { background-color: rgb(210,215,65); }

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

border-color css

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

 span { border-color: rgb(210,215,65); }

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