Html Css Color HEX #D0D63C Bitter Lemon

📋 copy color: '#D0D63C'

red 208 ◦ green 214 ◦ blue 60

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

Shades of Bitter Lemon #D0D63C

Tints of Bitter Lemon #D0D63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.45%

R = 43.15%
G = 44.4%
B = 12.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D0D63C (or 0xD0D63C) is known color: Bitter Lemon. HEX triplet: D0, D6 and 3C. RGB value is (208,214,60). Sum of RGB (Red+Green+Blue) = 208+214+60=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D63C is #2F29C3. Grayscale: #C3C3C3. Windows color (decimal): -3090884 or 3987152. OLE color: 3987152.

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

Color convert

RGB 208 214 60 -
CMYK 0.03 0 0.72 0.16
HSL 62.34º 0.65% 0.54% -
HSV(B) 62.34º 0.72% 0.84% -
XYZ 50.87 61.83 13.53 -
YUV 194.65 52.01 137.52 -
System Red Green Blue C M Y K H S L
Decimal 208 214 60 0.03 0 0.72 0.16 62.34 0.65 0.54
Hex D0 D6 3C 3 0 48 10 3E 41 36
Octal 320 326 74 3 0 110 20 76 101 66
Binary 11010000 11010110 111100 11 0 1001000 10000 111110 1000001 110110

Color Harmonies of #D0D63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D63C

Black with #D0D63C

Text Example


Text Example

White with #D0D63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D63C; }

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

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

background-color css

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

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

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

border-color css

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

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

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