Html Css Color HEX #D6D434 Bitter Lemon

📋 copy color: '#D6D434'

red 214 ◦ green 212 ◦ blue 52

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

Shades of Bitter Lemon #D6D434

Tints of Bitter Lemon #D6D434

RGB

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

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

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

R = 44.77%
G = 44.35%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D6D434 (or 0xD6D434) is known color: Bitter Lemon. HEX triplet: D6, D4 and 34. RGB value is (214,212,52). Sum of RGB (Red+Green+Blue) = 214+212+52=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D434 is #292BCB. Grayscale: #C3C3C3. Windows color (decimal): -2698188 or 3462358. OLE color: 3462358.

HSL color Cylindrical-coordinate representation of color #D6D434: hue angle of 59.26º 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 #D6D434 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 212 52 -
CMYK 0 0.01 0.76 0.16
HSL 59.26º 0.66% 0.52% -
HSV(B) 59.26º 0.76% 0.84% -
XYZ 51.89 61.63 12.41 -
YUV 194.36 47.66 142.01 -
System Red Green Blue C M Y K H S L
Decimal 214 212 52 0 0.01 0.76 0.16 59.26 0.66 0.52
Hex D6 D4 34 0 1 4C 10 3B 42 34
Octal 326 324 64 0 1 114 20 73 102 64
Binary 11010110 11010100 110100 0 1 1001100 10000 111011 1000010 110100

Color Harmonies of #D6D434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D434

Black with #D6D434

Text Example


Text Example

White with #D6D434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D434; }

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

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

background-color css

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

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

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

border-color css

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

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

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