Html Css Color HEX #D5D934 Bitter Lemon

📋 copy color: '#D5D934'

red 213 ◦ green 217 ◦ blue 52

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

Shades of Bitter Lemon #D5D934

Tints of Bitter Lemon #D5D934

RGB

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

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

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

R = 44.19%
G = 45.02%
B = 10.79%

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

#D5D934 (or 0xD5D934) is known color: Bitter Lemon. HEX triplet: D5, D9 and 34. RGB value is (213,217,52). Sum of RGB (Red+Green+Blue) = 213+217+52=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 52 (20.70% from 255 or 10.79% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D934 is #2A26CB. Grayscale: #C5C5C5. Windows color (decimal): -2762444 or 3463637. OLE color: 3463637.

HSL color Cylindrical-coordinate representation of color #D5D934: hue angle of 61.45º degrees, saturation: 0.68, 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 #D5D934 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 217 52 -
CMYK 0.02 0 0.76 0.15
HSL 61.45º 0.68% 0.53% -
HSV(B) 61.45º 0.76% 0.85% -
XYZ 52.87 64.02 12.82 -
YUV 196.99 46.17 139.42 -
System Red Green Blue C M Y K H S L
Decimal 213 217 52 0.02 0 0.76 0.15 61.45 0.68 0.53
Hex D5 D9 34 2 0 4C F 3D 44 35
Octal 325 331 64 2 0 114 17 75 104 65
Binary 11010101 11011001 110100 10 0 1001100 1111 111101 1000100 110101

Color Harmonies of #D5D934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D934

Black with #D5D934

Text Example


Text Example

White with #D5D934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D934; }

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

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

background-color css

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

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

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

border-color css

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

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

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