Html Css Color HEX #D8D533 Bitter Lemon

📋 copy color: '#D8D533'

red 216 ◦ green 213 ◦ blue 51

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

Shades of Bitter Lemon #D8D533

Tints of Bitter Lemon #D8D533

RGB

 RED value IS 216 (84.77% from 255) = 45%

 GREEN value IS 213 (83.59% from 255) = 44.38%

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

R = 45%
G = 44.38%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D8D533 (or 0xD8D533) is known color: Bitter Lemon. HEX triplet: D8, D5 and 33. RGB value is (216,213,51). Sum of RGB (Red+Green+Blue) = 216+213+51=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 51 (20.31% from 255 or 10.62% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D533 is #272ACC. Grayscale: #C4C4C4. Windows color (decimal): -2566861 or 3397080. OLE color: 3397080.

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

Color convert

RGB 216 213 51 -
CMYK 0 0.01 0.76 0.15
HSL 58.91º 0.68% 0.52% -
HSV(B) 58.91º 0.76% 0.85% -
XYZ 52.71 62.43 12.4 -
YUV 195.43 46.49 142.67 -
System Red Green Blue C M Y K H S L
Decimal 216 213 51 0 0.01 0.76 0.15 58.91 0.68 0.52
Hex D8 D5 33 0 1 4C F 3B 44 34
Octal 330 325 63 0 1 114 17 73 104 64
Binary 11011000 11010101 110011 0 1 1001100 1111 111011 1000100 110100

Color Harmonies of #D8D533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D533

Black with #D8D533

Text Example


Text Example

White with #D8D533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D533; }

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

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

background-color css

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

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

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

border-color css

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

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

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