Html Css Color HEX #D5DC32 Bitter Lemon

📋 copy color: '#D5DC32'

red 213 ◦ green 220 ◦ blue 50

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

Shades of Bitter Lemon #D5DC32

Tints of Bitter Lemon #D5DC32

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.55%

 BLUE value IS 50 (19.92% from 255) = 10.35%

R = 44.1%
G = 45.55%
B = 10.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#D5DC32 (or 0xD5DC32) is known color: Bitter Lemon. HEX triplet: D5, DC and 32. RGB value is (213,220,50). Sum of RGB (Red+Green+Blue) = 213+220+50=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 50 (19.92% from 255 or 10.35% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DC32 is #2A23CD. Grayscale: #C7C7C7. Windows color (decimal): -2761678 or 3333333. OLE color: 3333333.

HSL color Cylindrical-coordinate representation of color #D5DC32: hue angle of 62.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5DC32 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 220 50 -
CMYK 0.03 0 0.77 0.14
HSL 62.47º 0.71% 0.53% -
HSV(B) 62.47º 0.77% 0.86% -
XYZ 53.61 65.56 12.85 -
YUV 198.53 44.18 138.32 -
System Red Green Blue C M Y K H S L
Decimal 213 220 50 0.03 0 0.77 0.14 62.47 0.71 0.53
Hex D5 DC 32 3 0 4D E 3E 47 35
Octal 325 334 62 3 0 115 16 76 107 65
Binary 11010101 11011100 110010 11 0 1001101 1110 111110 1000111 110101

Color Harmonies of #D5DC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DC32

Black with #D5DC32

Text Example


Text Example

White with #D5DC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DC32; }

 p { color: rgb(213,220,50); }

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

background-color css

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

 a { background-color: rgb(213,220,50); }

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

border-color css

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

 span { border-color: rgb(213,220,50); }

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