Html Css Color HEX #D0D527 Bitter Lemon

📋 copy color: '#D0D527'

red 208 ◦ green 213 ◦ blue 39

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

Shades of Bitter Lemon #D0D527

Tints of Bitter Lemon #D0D527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.48%

R = 45.22%
G = 46.3%
B = 8.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D0D527 (or 0xD0D527) is known color: Bitter Lemon. HEX triplet: D0, D5 and 27. RGB value is (208,213,39). Sum of RGB (Red+Green+Blue) = 208+213+39=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 39 (15.62% from 255 or 8.48% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D527 is #2F2AD8. Grayscale: #C0C0C0. Windows color (decimal): -3091161 or 2610640. OLE color: 2610640.

HSL color Cylindrical-coordinate representation of color #D0D527: hue angle of 61.72º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0D527 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 213 39 -
CMYK 0.02 0 0.82 0.16
HSL 61.72º 0.69% 0.49% -
HSV(B) 61.72º 0.82% 0.84% -
XYZ 50.17 61.14 11.08 -
YUV 191.67 41.84 139.65 -
System Red Green Blue C M Y K H S L
Decimal 208 213 39 0.02 0 0.82 0.16 61.72 0.69 0.49
Hex D0 D5 27 2 0 52 10 3E 45 31
Octal 320 325 47 2 0 122 20 76 105 61
Binary 11010000 11010101 100111 10 0 1010010 10000 111110 1000101 110001

Color Harmonies of #D0D527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D527

Black with #D0D527

Text Example


Text Example

White with #D0D527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D527; }

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

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

background-color css

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

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

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

border-color css

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

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

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