Html Css Color HEX #D7CF2D Bitter Lemon

📋 copy color: '#D7CF2D'

red 215 ◦ green 207 ◦ blue 45

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

Shades of Bitter Lemon #D7CF2D

Tints of Bitter Lemon #D7CF2D

RGB

 RED value IS 215 (84.38% from 255) = 46.04%

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

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

R = 46.04%
G = 44.33%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7CF2D (or 0xD7CF2D) is known color: Bitter Lemon. HEX triplet: D7, CF and 2D. RGB value is (215,207,45). Sum of RGB (Red+Green+Blue) = 215+207+45=467 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.04% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 45 (17.97% from 255 or 9.64% from 467); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CF2D is #2830D2. Grayscale: #BFBFBF. Windows color (decimal): -2633939 or 3002327. OLE color: 3002327.

HSL color Cylindrical-coordinate representation of color #D7CF2D: hue angle of 57.18º degrees, saturation: 0.68, 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 #D7CF2D is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 207 45 -
CMYK 0 0.04 0.79 0.16
HSL 57.18º 0.68% 0.51% -
HSV(B) 57.18º 0.79% 0.84% -
XYZ 50.81 59.26 11.24 -
YUV 190.92 45.65 145.17 -
System Red Green Blue C M Y K H S L
Decimal 215 207 45 0 0.04 0.79 0.16 57.18 0.68 0.51
Hex D7 CF 2D 0 4 4F 10 39 44 33
Octal 327 317 55 0 4 117 20 71 104 63
Binary 11010111 11001111 101101 0 100 1001111 10000 111001 1000100 110011

Color Harmonies of #D7CF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CF2D

Black with #D7CF2D

Text Example


Text Example

White with #D7CF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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