Html Css Color HEX #D2D63E Bitter Lemon

📋 copy color: '#D2D63E'

red 210 ◦ green 214 ◦ blue 62

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

Shades of Bitter Lemon #D2D63E

Tints of Bitter Lemon #D2D63E

RGB

 RED value IS 210 (82.42% from 255) = 43.21%

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

 BLUE value IS 62 (24.61% from 255) = 12.76%

R = 43.21%
G = 44.03%
B = 12.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D2D63E (or 0xD2D63E) is known color: Bitter Lemon. HEX triplet: D2, D6 and 3E. RGB value is (210,214,62). Sum of RGB (Red+Green+Blue) = 210+214+62=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 62 (24.61% from 255 or 12.76% from 486); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D63E is #2D29C1. Grayscale: #C4C4C4. Windows color (decimal): -2959810 or 4118226. OLE color: 4118226.

HSL color Cylindrical-coordinate representation of color #D2D63E: hue angle of 61.58º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2D63E is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 214 62 -
CMYK 0.02 0 0.71 0.16
HSL 61.58º 0.65% 0.54% -
HSV(B) 61.58º 0.71% 0.84% -
XYZ 51.49 62.14 13.84 -
YUV 195.48 52.67 138.36 -
System Red Green Blue C M Y K H S L
Decimal 210 214 62 0.02 0 0.71 0.16 61.58 0.65 0.54
Hex D2 D6 3E 2 0 47 10 3E 41 36
Octal 322 326 76 2 0 107 20 76 101 66
Binary 11010010 11010110 111110 10 0 1000111 10000 111110 1000001 110110

Color Harmonies of #D2D63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D63E

Black with #D2D63E

Text Example


Text Example

White with #D2D63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D63E; }

 p { color: rgb(210,214,62); }

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

background-color css

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

 a { background-color: rgb(210,214,62); }

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

border-color css

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

 span { border-color: rgb(210,214,62); }

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