Html Css Color HEX #D4D92B Bitter Lemon

📋 copy color: '#D4D92B'

red 212 ◦ green 217 ◦ blue 43

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

Shades of Bitter Lemon #D4D92B

Tints of Bitter Lemon #D4D92B

RGB

 RED value IS 212 (83.2% from 255) = 44.92%

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

 BLUE value IS 43 (17.19% from 255) = 9.11%

R = 44.92%
G = 45.97%
B = 9.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D4D92B (or 0xD4D92B) is known color: Bitter Lemon. HEX triplet: D4, D9 and 2B. RGB value is (212,217,43). Sum of RGB (Red+Green+Blue) = 212+217+43=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 43 (17.19% from 255 or 9.11% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D92B is #2B26D4. Grayscale: #C4C4C4. Windows color (decimal): -2827989 or 2873812. OLE color: 2873812.

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

Color convert

RGB 212 217 43 -
CMYK 0.02 0 0.80 0.15
HSL 61.72º 0.7% 0.51% -
HSV(B) 61.72º 0.8% 0.85% -
XYZ 52.4 63.8 11.84 -
YUV 195.67 41.84 139.65 -
System Red Green Blue C M Y K H S L
Decimal 212 217 43 0.02 0 0.80 0.15 61.72 0.7 0.51
Hex D4 D9 2B 2 0 50 F 3E 46 33
Octal 324 331 53 2 0 120 17 76 106 63
Binary 11010100 11011001 101011 10 0 1010000 1111 111110 1000110 110011

Color Harmonies of #D4D92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D92B

Black with #D4D92B

Text Example


Text Example

White with #D4D92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D92B; }

 p { color: rgb(212,217,43); }

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

background-color css

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

 a { background-color: rgb(212,217,43); }

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

border-color css

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

 span { border-color: rgb(212,217,43); }

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