Html Css Color HEX #D4D826 Bitter Lemon

📋 copy color: '#D4D826'

red 212 ◦ green 216 ◦ blue 38

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

Shades of Bitter Lemon #D4D826

Tints of Bitter Lemon #D4D826

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.35%

 BLUE value IS 38 (15.23% from 255) = 8.15%

R = 45.49%
G = 46.35%
B = 8.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D4D826 (or 0xD4D826) is known color: Bitter Lemon. HEX triplet: D4, D8 and 26. RGB value is (212,216,38). Sum of RGB (Red+Green+Blue) = 212+216+38=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 38 (15.23% from 255 or 8.15% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D826 is #2B27D9. Grayscale: #C3C3C3. Windows color (decimal): -2828250 or 2545876. OLE color: 2545876.

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

Color convert

RGB 212 216 38 -
CMYK 0.02 0 0.82 0.15
HSL 61.35º 0.7% 0.5% -
HSV(B) 61.35º 0.82% 0.85% -
XYZ 52.06 63.25 11.3 -
YUV 194.51 39.67 140.47 -
System Red Green Blue C M Y K H S L
Decimal 212 216 38 0.02 0 0.82 0.15 61.35 0.7 0.5
Hex D4 D8 26 2 0 52 F 3D 46 32
Octal 324 330 46 2 0 122 17 75 106 62
Binary 11010100 11011000 100110 10 0 1010010 1111 111101 1000110 110010

Color Harmonies of #D4D826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D826

Black with #D4D826

Text Example


Text Example

White with #D4D826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D826; }

 p { color: rgb(212,216,38); }

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

background-color css

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

 a { background-color: rgb(212,216,38); }

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

border-color css

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

 span { border-color: rgb(212,216,38); }

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