Html Css Color HEX #D2D742 Bitter Lemon

📋 copy color: '#D2D742'

red 210 ◦ green 215 ◦ blue 66

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

Shades of Bitter Lemon #D2D742

Tints of Bitter Lemon #D2D742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.44%

R = 42.77%
G = 43.79%
B = 13.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D2D742 (or 0xD2D742) is known color: Bitter Lemon. HEX triplet: D2, D7 and 42. RGB value is (210,215,66). Sum of RGB (Red+Green+Blue) = 210+215+66=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 66 (26.17% from 255 or 13.44% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D742 is #2D28BD. Grayscale: #C5C5C5. Windows color (decimal): -2959550 or 4380626. OLE color: 4380626.

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

Color convert

RGB 210 215 66 -
CMYK 0.02 0 0.69 0.16
HSL 62.01º 0.65% 0.55% -
HSV(B) 62.01º 0.69% 0.84% -
XYZ 51.86 62.7 14.52 -
YUV 196.52 54.34 137.62 -
System Red Green Blue C M Y K H S L
Decimal 210 215 66 0.02 0 0.69 0.16 62.01 0.65 0.55
Hex D2 D7 42 2 0 45 10 3E 41 37
Octal 322 327 102 2 0 105 20 76 101 67
Binary 11010010 11010111 1000010 10 0 1000101 10000 111110 1000001 110111

Color Harmonies of #D2D742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D742

Black with #D2D742

Text Example


Text Example

White with #D2D742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D742; }

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

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

background-color css

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

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

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

border-color css

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

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

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