Html Css Color HEX #D7D02D Bitter Lemon

📋 copy color: '#D7D02D'

red 215 ◦ green 208 ◦ blue 45

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

Shades of Bitter Lemon #D7D02D

Tints of Bitter Lemon #D7D02D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.44%

 BLUE value IS 45 (17.97% from 255) = 9.62%

R = 45.94%
G = 44.44%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7D02D (or 0xD7D02D) is known color: Bitter Lemon. HEX triplet: D7, D0 and 2D. RGB value is (215,208,45). Sum of RGB (Red+Green+Blue) = 215+208+45=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D02D is #282FD2. Grayscale: #C0C0C0. Windows color (decimal): -2633683 or 3002583. OLE color: 3002583.

HSL color Cylindrical-coordinate representation of color #D7D02D: hue angle of 57.53º 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 #D7D02D is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 208 45 -
CMYK 0 0.03 0.79 0.16
HSL 57.53º 0.68% 0.51% -
HSV(B) 57.53º 0.79% 0.84% -
XYZ 51.05 59.75 11.32 -
YUV 191.51 45.32 144.75 -
System Red Green Blue C M Y K H S L
Decimal 215 208 45 0 0.03 0.79 0.16 57.53 0.68 0.51
Hex D7 D0 2D 0 3 4F 10 3A 44 33
Octal 327 320 55 0 3 117 20 72 104 63
Binary 11010111 11010000 101101 0 11 1001111 10000 111010 1000100 110011

Color Harmonies of #D7D02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D02D

Black with #D7D02D

Text Example


Text Example

White with #D7D02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D02D; }

 p { color: rgb(215,208,45); }

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

background-color css

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

 a { background-color: rgb(215,208,45); }

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

border-color css

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

 span { border-color: rgb(215,208,45); }

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