Html Css Color HEX #D2D722 Bitter Lemon

📋 copy color: '#D2D722'

red 210 ◦ green 215 ◦ blue 34

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

Shades of Bitter Lemon #D2D722

Tints of Bitter Lemon #D2D722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.41%

R = 45.75%
G = 46.84%
B = 7.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D2D722 (or 0xD2D722) is known color: Bitter Lemon. HEX triplet: D2, D7 and 22. RGB value is (210,215,34). Sum of RGB (Red+Green+Blue) = 210+215+34=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 215 (84.38% from 255 or 46.84% from 459); Blue value is 34 (13.67% from 255 or 7.41% from 459); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D722 is #2D28DD. Grayscale: #C1C1C1. Windows color (decimal): -2959582 or 2283474. OLE color: 2283474.

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

Color convert

RGB 210 215 34 -
CMYK 0.02 0 0.84 0.16
HSL 61.66º 0.73% 0.49% -
HSV(B) 61.66º 0.84% 0.84% -
XYZ 51.17 62.42 10.86 -
YUV 192.87 38.34 140.22 -
System Red Green Blue C M Y K H S L
Decimal 210 215 34 0.02 0 0.84 0.16 61.66 0.73 0.49
Hex D2 D7 22 2 0 54 10 3E 49 31
Octal 322 327 42 2 0 124 20 76 111 61
Binary 11010010 11010111 100010 10 0 1010100 10000 111110 1001001 110001

Color Harmonies of #D2D722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D722

Black with #D2D722

Text Example


Text Example

White with #D2D722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D722; }

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

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

background-color css

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

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

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

border-color css

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

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

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