Html Css Color HEX #D4D62F Bitter Lemon

📋 copy color: '#D4D62F'

red 212 ◦ green 214 ◦ blue 47

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

Shades of Bitter Lemon #D4D62F

Tints of Bitter Lemon #D4D62F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.24%

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

R = 44.82%
G = 45.24%
B = 9.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D4D62F (or 0xD4D62F) is known color: Bitter Lemon. HEX triplet: D4, D6 and 2F. RGB value is (212,214,47). Sum of RGB (Red+Green+Blue) = 212+214+47=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 47 (18.75% from 255 or 9.94% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D62F is #2B29D0. Grayscale: #C3C3C3. Windows color (decimal): -2828753 or 3135188. OLE color: 3135188.

HSL color Cylindrical-coordinate representation of color #D4D62F: hue angle of 60.72º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4D62F is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 214 47 -
CMYK 0.01 0 0.78 0.16
HSL 60.72º 0.67% 0.51% -
HSV(B) 60.72º 0.78% 0.84% -
XYZ 51.71 62.3 11.99 -
YUV 194.36 44.84 140.58 -
System Red Green Blue C M Y K H S L
Decimal 212 214 47 0.01 0 0.78 0.16 60.72 0.67 0.51
Hex D4 D6 2F 1 0 4E 10 3D 43 33
Octal 324 326 57 1 0 116 20 75 103 63
Binary 11010100 11010110 101111 1 0 1001110 10000 111101 1000011 110011

Color Harmonies of #D4D62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D62F

Black with #D4D62F

Text Example


Text Example

White with #D4D62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D62F; }

 p { color: rgb(212,214,47); }

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

background-color css

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

 a { background-color: rgb(212,214,47); }

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

border-color css

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

 span { border-color: rgb(212,214,47); }

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