Html Css Color HEX #D5D92A Bitter Lemon

📋 copy color: '#D5D92A'

red 213 ◦ green 217 ◦ blue 42

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

Shades of Bitter Lemon #D5D92A

Tints of Bitter Lemon #D5D92A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.9%

R = 45.13%
G = 45.97%
B = 8.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D5D92A (or 0xD5D92A) is known color: Bitter Lemon. HEX triplet: D5, D9 and 2A. RGB value is (213,217,42). Sum of RGB (Red+Green+Blue) = 213+217+42=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 42 (16.80% from 255 or 8.90% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D92A is #2A26D5. Grayscale: #C4C4C4. Windows color (decimal): -2762454 or 2808277. OLE color: 2808277.

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

Color convert

RGB 213 217 42 -
CMYK 0.02 0 0.81 0.15
HSL 61.37º 0.7% 0.51% -
HSV(B) 61.37º 0.81% 0.85% -
XYZ 52.67 63.94 11.76 -
YUV 195.85 41.17 140.23 -
System Red Green Blue C M Y K H S L
Decimal 213 217 42 0.02 0 0.81 0.15 61.37 0.7 0.51
Hex D5 D9 2A 2 0 51 F 3D 46 33
Octal 325 331 52 2 0 121 17 75 106 63
Binary 11010101 11011001 101010 10 0 1010001 1111 111101 1000110 110011

Color Harmonies of #D5D92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D92A

Black with #D5D92A

Text Example


Text Example

White with #D5D92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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