Html Css Color HEX #D5D234 Bitter Lemon

📋 copy color: '#D5D234'

red 213 ◦ green 210 ◦ blue 52

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

Shades of Bitter Lemon #D5D234

Tints of Bitter Lemon #D5D234

RGB

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

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

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

R = 44.84%
G = 44.21%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D5D234 (or 0xD5D234) is known color: Bitter Lemon. HEX triplet: D5, D2 and 34. RGB value is (213,210,52). Sum of RGB (Red+Green+Blue) = 213+210+52=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 52 (20.70% from 255 or 10.95% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D234 is #2A2DCB. Grayscale: #C1C1C1. Windows color (decimal): -2764236 or 3461845. OLE color: 3461845.

HSL color Cylindrical-coordinate representation of color #D5D234: 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.76%. Process color model (Four color, CMYK) of #D5D234 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 210 52 -
CMYK 0 0.01 0.76 0.16
HSL 58.88º 0.66% 0.52% -
HSV(B) 58.88º 0.76% 0.84% -
XYZ 51.11 60.49 12.23 -
YUV 192.89 48.49 142.35 -
System Red Green Blue C M Y K H S L
Decimal 213 210 52 0 0.01 0.76 0.16 58.88 0.66 0.52
Hex D5 D2 34 0 1 4C 10 3B 42 34
Octal 325 322 64 0 1 114 20 73 102 64
Binary 11010101 11010010 110100 0 1 1001100 10000 111011 1000010 110100

Color Harmonies of #D5D234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D234

Black with #D5D234

Text Example


Text Example

White with #D5D234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D234; }

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

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

background-color css

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

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

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

border-color css

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

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

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