Html Css Color HEX #D2D334 Bitter Lemon

📋 copy color: '#D2D334'

red 210 ◦ green 211 ◦ blue 52

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

Shades of Bitter Lemon #D2D334

Tints of Bitter Lemon #D2D334

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.61%

 BLUE value IS 52 (20.7% from 255) = 10.99%

R = 44.4%
G = 44.61%
B = 10.99%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D2D334 (or 0xD2D334) is known color: Bitter Lemon. HEX triplet: D2, D3 and 34. RGB value is (210,211,52). Sum of RGB (Red+Green+Blue) = 210+211+52=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D334 is #2D2CCB. Grayscale: #C1C1C1. Windows color (decimal): -2960588 or 3462098. OLE color: 3462098.

HSL color Cylindrical-coordinate representation of color #D2D334: hue angle of 60.38º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2D334 is Cyan = 0.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 210 211 52 -
CMYK 0.00 0 0.75 0.17
HSL 60.38º 0.64% 0.52% -
HSV(B) 60.38º 0.75% 0.83% -
XYZ 50.49 60.54 12.27 -
YUV 192.58 48.67 140.43 -
System Red Green Blue C M Y K H S L
Decimal 210 211 52 0.00 0 0.75 0.17 60.38 0.64 0.52
Hex D2 D3 34 0 0 4B 11 3C 40 34
Octal 322 323 64 0 0 113 21 74 100 64
Binary 11010010 11010011 110100 0 0 1001011 10001 111100 1000000 110100

Color Harmonies of #D2D334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D334

Black with #D2D334

Text Example


Text Example

White with #D2D334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D334; }

 p { color: rgb(210,211,52); }

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

background-color css

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

 a { background-color: rgb(210,211,52); }

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

border-color css

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

 span { border-color: rgb(210,211,52); }

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