Html Css Color HEX #D0D533 Bitter Lemon

📋 copy color: '#D0D533'

red 208 ◦ green 213 ◦ blue 51

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

Shades of Bitter Lemon #D0D533

Tints of Bitter Lemon #D0D533

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.13%

 BLUE value IS 51 (20.31% from 255) = 10.81%

R = 44.07%
G = 45.13%
B = 10.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D0D533 (or 0xD0D533) is known color: Bitter Lemon. HEX triplet: D0, D5 and 33. RGB value is (208,213,51). Sum of RGB (Red+Green+Blue) = 208+213+51=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 51 (20.31% from 255 or 10.81% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D533 is #2F2ACC. Grayscale: #C1C1C1. Windows color (decimal): -3091149 or 3397072. OLE color: 3397072.

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

Color convert

RGB 208 213 51 -
CMYK 0.02 0 0.76 0.16
HSL 61.85º 0.66% 0.52% -
HSV(B) 61.85º 0.76% 0.84% -
XYZ 50.4 61.24 12.3 -
YUV 193.04 47.84 138.67 -
System Red Green Blue C M Y K H S L
Decimal 208 213 51 0.02 0 0.76 0.16 61.85 0.66 0.52
Hex D0 D5 33 2 0 4C 10 3E 42 34
Octal 320 325 63 2 0 114 20 76 102 64
Binary 11010000 11010101 110011 10 0 1001100 10000 111110 1000010 110100

Color Harmonies of #D0D533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D533

Black with #D0D533

Text Example


Text Example

White with #D0D533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D533; }

 p { color: rgb(208,213,51); }

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

background-color css

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

 a { background-color: rgb(208,213,51); }

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

border-color css

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

 span { border-color: rgb(208,213,51); }

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