Html Css Color HEX #D6D634 Bitter Lemon

📋 copy color: '#D6D634'

red 214 ◦ green 214 ◦ blue 52

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

Shades of Bitter Lemon #D6D634

Tints of Bitter Lemon #D6D634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.83%

R = 44.58%
G = 44.58%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D6D634 (or 0xD6D634) is known color: Bitter Lemon. HEX triplet: D6, D6 and 34. RGB value is (214,214,52). Sum of RGB (Red+Green+Blue) = 214+214+52=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 52 (20.70% from 255 or 10.83% from 480); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D634 is #2929CB. Grayscale: #C4C4C4. Windows color (decimal): -2697676 or 3462870. OLE color: 3462870.

HSL color Cylindrical-coordinate representation of color #D6D634: hue angle of 60º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6D634 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 214 52 -
CMYK 0 0 0.76 0.16
HSL 60º 0.66% 0.52% -
HSV(B) 60º 0.76% 0.84% -
XYZ 52.4 62.64 12.58 -
YUV 195.53 47 141.17 -
System Red Green Blue C M Y K H S L
Decimal 214 214 52 0 0 0.76 0.16 60 0.66 0.52
Hex D6 D6 34 0 0 4C 10 3C 42 34
Octal 326 326 64 0 0 114 20 74 102 64
Binary 11010110 11010110 110100 0 0 1001100 10000 111100 1000010 110100

Color Harmonies of #D6D634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D634

Black with #D6D634

Text Example


Text Example

White with #D6D634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D634; }

 p { color: rgb(214,214,52); }

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

background-color css

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

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

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

border-color css

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

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

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