Html Css Color HEX #D4D030 Bitter Lemon

📋 copy color: '#D4D030'

red 212 ◦ green 208 ◦ blue 48

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

Shades of Bitter Lemon #D4D030

Tints of Bitter Lemon #D4D030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.26%

R = 45.3%
G = 44.44%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D4D030 (or 0xD4D030) is known color: Bitter Lemon. HEX triplet: D4, D0 and 30. RGB value is (212,208,48). Sum of RGB (Red+Green+Blue) = 212+208+48=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D030 is #2B2FCF. Grayscale: #BFBFBF. Windows color (decimal): -2830288 or 3199188. OLE color: 3199188.

HSL color Cylindrical-coordinate representation of color #D4D030: hue angle of 58.54º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4D030 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 208 48 -
CMYK 0 0.02 0.77 0.17
HSL 58.54º 0.66% 0.51% -
HSV(B) 58.54º 0.77% 0.83% -
XYZ 50.24 59.32 11.6 -
YUV 190.96 47.33 143.01 -
System Red Green Blue C M Y K H S L
Decimal 212 208 48 0 0.02 0.77 0.17 58.54 0.66 0.51
Hex D4 D0 30 0 2 4D 11 3B 42 33
Octal 324 320 60 0 2 115 21 73 102 63
Binary 11010100 11010000 110000 0 10 1001101 10001 111011 1000010 110011

Color Harmonies of #D4D030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D030

Black with #D4D030

Text Example


Text Example

White with #D4D030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D030; }

 p { color: rgb(212,208,48); }

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

background-color css

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

 a { background-color: rgb(212,208,48); }

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

border-color css

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

 span { border-color: rgb(212,208,48); }

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