Html Css Color HEX #D7D334 Bitter Lemon

📋 copy color: '#D7D334'

red 215 ◦ green 211 ◦ blue 52

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

Shades of Bitter Lemon #D7D334

Tints of Bitter Lemon #D7D334

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.14%

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

R = 44.98%
G = 44.14%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D7D334 (or 0xD7D334) is known color: Bitter Lemon. HEX triplet: D7, D3 and 34. RGB value is (215,211,52). Sum of RGB (Red+Green+Blue) = 215+211+52=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D334 is #282CCB. Grayscale: #C2C2C2. Windows color (decimal): -2632908 or 3462103. OLE color: 3462103.

HSL color Cylindrical-coordinate representation of color #D7D334: hue angle of 58.53º degrees, saturation: 0.67, 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 #D7D334 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 211 52 -
CMYK 0 0.02 0.76 0.16
HSL 58.53º 0.67% 0.52% -
HSV(B) 58.53º 0.76% 0.84% -
XYZ 51.94 61.28 12.34 -
YUV 194.07 47.83 142.93 -
System Red Green Blue C M Y K H S L
Decimal 215 211 52 0 0.02 0.76 0.16 58.53 0.67 0.52
Hex D7 D3 34 0 2 4C 10 3B 43 34
Octal 327 323 64 0 2 114 20 73 103 64
Binary 11010111 11010011 110100 0 10 1001100 10000 111011 1000011 110100

Color Harmonies of #D7D334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D334

Black with #D7D334

Text Example


Text Example

White with #D7D334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D334; }

 p { color: rgb(215,211,52); }

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

background-color css

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

 a { background-color: rgb(215,211,52); }

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

border-color css

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

 span { border-color: rgb(215,211,52); }

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