Html Css Color HEX #D5D933 Bitter Lemon

📋 copy color: '#D5D933'

red 213 ◦ green 217 ◦ blue 51

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

Shades of Bitter Lemon #D5D933

Tints of Bitter Lemon #D5D933

RGB

 RED value IS 213 (83.59% from 255) = 44.28%

 GREEN value IS 217 (85.16% from 255) = 45.11%

 BLUE value IS 51 (20.31% from 255) = 10.6%

R = 44.28%
G = 45.11%
B = 10.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D5D933 (or 0xD5D933) is known color: Bitter Lemon. HEX triplet: D5, D9 and 33. RGB value is (213,217,51). Sum of RGB (Red+Green+Blue) = 213+217+51=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 51 (20.31% from 255 or 10.60% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D933 is #2A26CC. Grayscale: #C5C5C5. Windows color (decimal): -2762445 or 3398101. OLE color: 3398101.

HSL color Cylindrical-coordinate representation of color #D5D933: hue angle of 61.45º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5D933 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 217 51 -
CMYK 0.02 0 0.76 0.15
HSL 61.45º 0.69% 0.53% -
HSV(B) 61.45º 0.76% 0.85% -
XYZ 52.85 64.01 12.7 -
YUV 196.88 45.67 139.5 -
System Red Green Blue C M Y K H S L
Decimal 213 217 51 0.02 0 0.76 0.15 61.45 0.69 0.53
Hex D5 D9 33 2 0 4C F 3D 45 35
Octal 325 331 63 2 0 114 17 75 105 65
Binary 11010101 11011001 110011 10 0 1001100 1111 111101 1000101 110101

Color Harmonies of #D5D933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D933

Black with #D5D933

Text Example


Text Example

White with #D5D933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D933; }

 p { color: rgb(213,217,51); }

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

background-color css

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

 a { background-color: rgb(213,217,51); }

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

border-color css

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

 span { border-color: rgb(213,217,51); }

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