Html Css Color HEX #D0D62B Bitter Lemon

📋 copy color: '#D0D62B'

red 208 ◦ green 214 ◦ blue 43

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

Shades of Bitter Lemon #D0D62B

Tints of Bitter Lemon #D0D62B

RGB

 RED value IS 208 (81.64% from 255) = 44.73%

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

 BLUE value IS 43 (17.19% from 255) = 9.25%

R = 44.73%
G = 46.02%
B = 9.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D0D62B (or 0xD0D62B) is known color: Bitter Lemon. HEX triplet: D0, D6 and 2B. RGB value is (208,214,43). Sum of RGB (Red+Green+Blue) = 208+214+43=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 43 (17.19% from 255 or 9.25% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D62B is #2F29D4. Grayscale: #C1C1C1. Windows color (decimal): -3090901 or 2873040. OLE color: 2873040.

HSL color Cylindrical-coordinate representation of color #D0D62B: hue angle of 62.11º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0D62B is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 214 43 -
CMYK 0.03 0 0.80 0.16
HSL 62.11º 0.68% 0.5% -
HSV(B) 62.11º 0.8% 0.84% -
XYZ 50.5 61.68 11.53 -
YUV 192.71 43.51 138.9 -
System Red Green Blue C M Y K H S L
Decimal 208 214 43 0.03 0 0.80 0.16 62.11 0.68 0.5
Hex D0 D6 2B 3 0 50 10 3E 44 32
Octal 320 326 53 3 0 120 20 76 104 62
Binary 11010000 11010110 101011 11 0 1010000 10000 111110 1000100 110010

Color Harmonies of #D0D62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D62B

Black with #D0D62B

Text Example


Text Example

White with #D0D62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D62B; }

 p { color: rgb(208,214,43); }

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

background-color css

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

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

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

border-color css

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

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

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