Html Css Color HEX #D2D436 Bitter Lemon

📋 copy color: '#D2D436'

red 210 ◦ green 212 ◦ blue 54

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

Shades of Bitter Lemon #D2D436

Tints of Bitter Lemon #D2D436

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.54%

 BLUE value IS 54 (21.48% from 255) = 11.34%

R = 44.12%
G = 44.54%
B = 11.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D2D436 (or 0xD2D436) is known color: Bitter Lemon. HEX triplet: D2, D4 and 36. RGB value is (210,212,54). Sum of RGB (Red+Green+Blue) = 210+212+54=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 54 (21.48% from 255 or 11.34% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D436 is #2D2BC9. Grayscale: #C2C2C2. Windows color (decimal): -2960330 or 3593426. OLE color: 3593426.

HSL color Cylindrical-coordinate representation of color #D2D436: hue angle of 60.76º degrees, saturation: 0.65, 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 #D2D436 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 210 212 54 -
CMYK 0.01 0 0.75 0.17
HSL 60.76º 0.65% 0.52% -
HSV(B) 60.76º 0.75% 0.83% -
XYZ 50.79 61.05 12.6 -
YUV 193.39 49.34 139.85 -
System Red Green Blue C M Y K H S L
Decimal 210 212 54 0.01 0 0.75 0.17 60.76 0.65 0.52
Hex D2 D4 36 1 0 4B 11 3D 41 34
Octal 322 324 66 1 0 113 21 75 101 64
Binary 11010010 11010100 110110 1 0 1001011 10001 111101 1000001 110100

Color Harmonies of #D2D436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D436

Black with #D2D436

Text Example


Text Example

White with #D2D436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D436; }

 p { color: rgb(210,212,54); }

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

background-color css

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

 a { background-color: rgb(210,212,54); }

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

border-color css

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

 span { border-color: rgb(210,212,54); }

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