Html Css Color HEX #D6D432 Bitter Lemon

📋 copy color: '#D6D432'

red 214 ◦ green 212 ◦ blue 50

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

Shades of Bitter Lemon #D6D432

Tints of Bitter Lemon #D6D432

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.54%

 BLUE value IS 50 (19.92% from 255) = 10.5%

R = 44.96%
G = 44.54%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D6D432 (or 0xD6D432) is known color: Bitter Lemon. HEX triplet: D6, D4 and 32. RGB value is (214,212,50). Sum of RGB (Red+Green+Blue) = 214+212+50=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D432 is #292BCD. Grayscale: #C2C2C2. Windows color (decimal): -2698190 or 3331286. OLE color: 3331286.

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

Color convert

RGB 214 212 50 -
CMYK 0 0.01 0.77 0.16
HSL 59.27º 0.67% 0.52% -
HSV(B) 59.27º 0.77% 0.84% -
XYZ 51.85 61.61 12.18 -
YUV 194.13 46.66 142.17 -
System Red Green Blue C M Y K H S L
Decimal 214 212 50 0 0.01 0.77 0.16 59.27 0.67 0.52
Hex D6 D4 32 0 1 4D 10 3B 43 34
Octal 326 324 62 0 1 115 20 73 103 64
Binary 11010110 11010100 110010 0 1 1001101 10000 111011 1000011 110100

Color Harmonies of #D6D432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D432

Black with #D6D432

Text Example


Text Example

White with #D6D432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D432; }

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

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

background-color css

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

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

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

border-color css

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

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

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