Html Css Color HEX #D5D235 Bitter Lemon

📋 copy color: '#D5D235'

red 213 ◦ green 210 ◦ blue 53

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

Shades of Bitter Lemon #D5D235

Tints of Bitter Lemon #D5D235

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.12%

 BLUE value IS 53 (21.09% from 255) = 11.13%

R = 44.75%
G = 44.12%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D5D235 (or 0xD5D235) is known color: Bitter Lemon. HEX triplet: D5, D2 and 35. RGB value is (213,210,53). Sum of RGB (Red+Green+Blue) = 213+210+53=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 53 (21.09% from 255 or 11.13% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D235 is #2A2DCA. Grayscale: #C1C1C1. Windows color (decimal): -2764235 or 3527381. OLE color: 3527381.

HSL color Cylindrical-coordinate representation of color #D5D235: hue angle of 58.88º degrees, saturation: 0.66, 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 #D5D235 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 210 53 -
CMYK 0 0.01 0.75 0.16
HSL 58.88º 0.66% 0.52% -
HSV(B) 58.88º 0.75% 0.84% -
XYZ 51.13 60.5 12.35 -
YUV 193 48.99 142.27 -
System Red Green Blue C M Y K H S L
Decimal 213 210 53 0 0.01 0.75 0.16 58.88 0.66 0.52
Hex D5 D2 35 0 1 4B 10 3B 42 34
Octal 325 322 65 0 1 113 20 73 102 64
Binary 11010101 11010010 110101 0 1 1001011 10000 111011 1000010 110100

Color Harmonies of #D5D235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D235

Black with #D5D235

Text Example


Text Example

White with #D5D235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D235; }

 p { color: rgb(213,210,53); }

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

background-color css

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

 a { background-color: rgb(213,210,53); }

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

border-color css

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

 span { border-color: rgb(213,210,53); }

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