Html Css Color HEX #DCD62E Bitter Lemon

📋 copy color: '#DCD62E'

red 220 ◦ green 214 ◦ blue 46

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

Shades of Bitter Lemon #DCD62E

Tints of Bitter Lemon #DCD62E

RGB

 RED value IS 220 (86.33% from 255) = 45.83%

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

 BLUE value IS 46 (18.36% from 255) = 9.58%

R = 45.83%
G = 44.58%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCD62E (or 0xDCD62E) is known color: Bitter Lemon. HEX triplet: DC, D6 and 2E. RGB value is (220,214,46). Sum of RGB (Red+Green+Blue) = 220+214+46=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 46 (18.36% from 255 or 9.58% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD62E is #2329D1. Grayscale: #C5C5C5. Windows color (decimal): -2304466 or 3069660. OLE color: 3069660.

HSL color Cylindrical-coordinate representation of color #DCD62E: hue angle of 57.93º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCD62E is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 214 46 -
CMYK 0 0.03 0.79 0.14
HSL 57.93º 0.71% 0.52% -
HSV(B) 57.93º 0.79% 0.86% -
XYZ 54.05 63.51 11.99 -
YUV 196.64 42.99 144.66 -
System Red Green Blue C M Y K H S L
Decimal 220 214 46 0 0.03 0.79 0.14 57.93 0.71 0.52
Hex DC D6 2E 0 3 4F E 3A 47 34
Octal 334 326 56 0 3 117 16 72 107 64
Binary 11011100 11010110 101110 0 11 1001111 1110 111010 1000111 110100

Color Harmonies of #DCD62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD62E

Black with #DCD62E

Text Example


Text Example

White with #DCD62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD62E; }

 p { color: rgb(220,214,46); }

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

background-color css

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

 a { background-color: rgb(220,214,46); }

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

border-color css

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

 span { border-color: rgb(220,214,46); }

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