Html Css Color HEX #D5D436 Bitter Lemon

📋 copy color: '#D5D436'

red 213 ◦ green 212 ◦ blue 54

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

Shades of Bitter Lemon #D5D436

Tints of Bitter Lemon #D5D436

RGB

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

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

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

R = 44.47%
G = 44.26%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D5D436 (or 0xD5D436) is known color: Bitter Lemon. HEX triplet: D5, D4 and 36. RGB value is (213,212,54). Sum of RGB (Red+Green+Blue) = 213+212+54=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 54 (21.48% from 255 or 11.27% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D436 is #2A2BC9. Grayscale: #C2C2C2. Windows color (decimal): -2763722 or 3593429. OLE color: 3593429.

HSL color Cylindrical-coordinate representation of color #D5D436: hue angle of 59.62º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5D436 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 212 54 -
CMYK 0 0.00 0.75 0.16
HSL 59.62º 0.65% 0.52% -
HSV(B) 59.62º 0.75% 0.84% -
XYZ 51.65 61.5 12.64 -
YUV 194.29 48.83 141.35 -
System Red Green Blue C M Y K H S L
Decimal 213 212 54 0 0.00 0.75 0.16 59.62 0.65 0.52
Hex D5 D4 36 0 0 4B 10 3C 41 34
Octal 325 324 66 0 0 113 20 74 101 64
Binary 11010101 11010100 110110 0 0 1001011 10000 111100 1000001 110100

Color Harmonies of #D5D436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D436

Black with #D5D436

Text Example


Text Example

White with #D5D436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D436; }

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

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

background-color css

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

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

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

border-color css

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

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

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