Html Css Color HEX #D5D92F Bitter Lemon

📋 copy color: '#D5D92F'

red 213 ◦ green 217 ◦ blue 47

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

Shades of Bitter Lemon #D5D92F

Tints of Bitter Lemon #D5D92F

RGB

 RED value IS 213 (83.59% from 255) = 44.65%

 GREEN value IS 217 (85.16% from 255) = 45.49%

 BLUE value IS 47 (18.75% from 255) = 9.85%

R = 44.65%
G = 45.49%
B = 9.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D5D92F (or 0xD5D92F) is known color: Bitter Lemon. HEX triplet: D5, D9 and 2F. RGB value is (213,217,47). Sum of RGB (Red+Green+Blue) = 213+217+47=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 47 (18.75% from 255 or 9.85% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D92F is #2A26D0. Grayscale: #C5C5C5. Windows color (decimal): -2762449 or 3135957. OLE color: 3135957.

HSL color Cylindrical-coordinate representation of color #D5D92F: hue angle of 61.41º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5D92F is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 217 47 -
CMYK 0.02 0 0.78 0.15
HSL 61.41º 0.69% 0.52% -
HSV(B) 61.41º 0.78% 0.85% -
XYZ 52.77 63.98 12.26 -
YUV 196.42 43.67 139.82 -
System Red Green Blue C M Y K H S L
Decimal 213 217 47 0.02 0 0.78 0.15 61.41 0.69 0.52
Hex D5 D9 2F 2 0 4E F 3D 45 34
Octal 325 331 57 2 0 116 17 75 105 64
Binary 11010101 11011001 101111 10 0 1001110 1111 111101 1000101 110100

Color Harmonies of #D5D92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D92F

Black with #D5D92F

Text Example


Text Example

White with #D5D92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D92F; }

 p { color: rgb(213,217,47); }

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

background-color css

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

 a { background-color: rgb(213,217,47); }

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

border-color css

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

 span { border-color: rgb(213,217,47); }

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