Html Css Color HEX #D6CF2D Bitter Lemon

📋 copy color: '#D6CF2D'

red 214 ◦ green 207 ◦ blue 45

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

Shades of Bitter Lemon #D6CF2D

Tints of Bitter Lemon #D6CF2D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.42%

 BLUE value IS 45 (17.97% from 255) = 9.66%

R = 45.92%
G = 44.42%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6CF2D (or 0xD6CF2D) is known color: Bitter Lemon. HEX triplet: D6, CF and 2D. RGB value is (214,207,45). Sum of RGB (Red+Green+Blue) = 214+207+45=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CF2D is #2930D2. Grayscale: #BFBFBF. Windows color (decimal): -2699475 or 3002326. OLE color: 3002326.

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

Color convert

RGB 214 207 45 -
CMYK 0 0.03 0.79 0.16
HSL 57.51º 0.67% 0.51% -
HSV(B) 57.51º 0.79% 0.84% -
XYZ 50.52 59.11 11.23 -
YUV 190.63 45.82 144.67 -
System Red Green Blue C M Y K H S L
Decimal 214 207 45 0 0.03 0.79 0.16 57.51 0.67 0.51
Hex D6 CF 2D 0 3 4F 10 3A 43 33
Octal 326 317 55 0 3 117 20 72 103 63
Binary 11010110 11001111 101101 0 11 1001111 10000 111010 1000011 110011

Color Harmonies of #D6CF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF2D

Black with #D6CF2D

Text Example


Text Example

White with #D6CF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF2D; }

 p { color: rgb(214,207,45); }

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

background-color css

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

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

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

border-color css

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

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

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