Html Css Color HEX #D7D42E Bitter Lemon

📋 copy color: '#D7D42E'

red 215 ◦ green 212 ◦ blue 46

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

Shades of Bitter Lemon #D7D42E

Tints of Bitter Lemon #D7D42E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.82%

 BLUE value IS 46 (18.36% from 255) = 9.73%

R = 45.45%
G = 44.82%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7D42E (or 0xD7D42E) is known color: Bitter Lemon. HEX triplet: D7, D4 and 2E. RGB value is (215,212,46). Sum of RGB (Red+Green+Blue) = 215+212+46=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 46 (18.36% from 255 or 9.73% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D42E is #282BD1. Grayscale: #C2C2C2. Windows color (decimal): -2632658 or 3069143. OLE color: 3069143.

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

Color convert

RGB 215 212 46 -
CMYK 0 0.01 0.79 0.16
HSL 58.93º 0.68% 0.51% -
HSV(B) 58.93º 0.79% 0.84% -
XYZ 52.06 61.73 11.76 -
YUV 193.97 44.49 143 -
System Red Green Blue C M Y K H S L
Decimal 215 212 46 0 0.01 0.79 0.16 58.93 0.68 0.51
Hex D7 D4 2E 0 1 4F 10 3B 44 33
Octal 327 324 56 0 1 117 20 73 104 63
Binary 11010111 11010100 101110 0 1 1001111 10000 111011 1000100 110011

Color Harmonies of #D7D42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D42E

Black with #D7D42E

Text Example


Text Example

White with #D7D42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D42E; }

 p { color: rgb(215,212,46); }

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

background-color css

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

 a { background-color: rgb(215,212,46); }

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

border-color css

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

 span { border-color: rgb(215,212,46); }

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