Html Css Color HEX #D7D130 Bitter Lemon

📋 copy color: '#D7D130'

red 215 ◦ green 209 ◦ blue 48

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

Shades of Bitter Lemon #D7D130

Tints of Bitter Lemon #D7D130

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.28%

 BLUE value IS 48 (19.14% from 255) = 10.17%

R = 45.55%
G = 44.28%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7D130 (or 0xD7D130) is known color: Bitter Lemon. HEX triplet: D7, D1 and 30. RGB value is (215,209,48). Sum of RGB (Red+Green+Blue) = 215+209+48=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D130 is #282ECF. Grayscale: #C1C1C1. Windows color (decimal): -2633424 or 3199447. OLE color: 3199447.

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

Color convert

RGB 215 209 48 -
CMYK 0 0.03 0.78 0.16
HSL 57.84º 0.68% 0.52% -
HSV(B) 57.84º 0.78% 0.84% -
XYZ 51.36 60.26 11.72 -
YUV 192.44 46.49 144.09 -
System Red Green Blue C M Y K H S L
Decimal 215 209 48 0 0.03 0.78 0.16 57.84 0.68 0.52
Hex D7 D1 30 0 3 4E 10 3A 44 34
Octal 327 321 60 0 3 116 20 72 104 64
Binary 11010111 11010001 110000 0 11 1001110 10000 111010 1000100 110100

Color Harmonies of #D7D130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D130

Black with #D7D130

Text Example


Text Example

White with #D7D130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D130; }

 p { color: rgb(215,209,48); }

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

background-color css

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

 a { background-color: rgb(215,209,48); }

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

border-color css

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

 span { border-color: rgb(215,209,48); }

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