Html Css Color HEX #D7D232 Bitter Lemon

📋 copy color: '#D7D232'

red 215 ◦ green 210 ◦ blue 50

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

Shades of Bitter Lemon #D7D232

Tints of Bitter Lemon #D7D232

RGB

 RED value IS 215 (84.38% from 255) = 45.26%

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

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

R = 45.26%
G = 44.21%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D7D232 (or 0xD7D232) is known color: Bitter Lemon. HEX triplet: D7, D2 and 32. RGB value is (215,210,50). Sum of RGB (Red+Green+Blue) = 215+210+50=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D232 is #282DCD. Grayscale: #C1C1C1. Windows color (decimal): -2633166 or 3330775. OLE color: 3330775.

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

Color convert

RGB 215 210 50 -
CMYK 0 0.02 0.77 0.16
HSL 58.18º 0.67% 0.52% -
HSV(B) 58.18º 0.77% 0.84% -
XYZ 51.65 60.77 12.03 -
YUV 193.26 47.16 143.51 -
System Red Green Blue C M Y K H S L
Decimal 215 210 50 0 0.02 0.77 0.16 58.18 0.67 0.52
Hex D7 D2 32 0 2 4D 10 3A 43 34
Octal 327 322 62 0 2 115 20 72 103 64
Binary 11010111 11010010 110010 0 10 1001101 10000 111010 1000011 110100

Color Harmonies of #D7D232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D232

Black with #D7D232

Text Example


Text Example

White with #D7D232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D232; }

 p { color: rgb(215,210,50); }

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

background-color css

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

 a { background-color: rgb(215,210,50); }

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

border-color css

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

 span { border-color: rgb(215,210,50); }

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