Html Css Color HEX #D0D426 Bitter Lemon

📋 copy color: '#D0D426'

red 208 ◦ green 212 ◦ blue 38

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

Shades of Bitter Lemon #D0D426

Tints of Bitter Lemon #D0D426

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.29%

 BLUE value IS 38 (15.23% from 255) = 8.3%

R = 45.41%
G = 46.29%
B = 8.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D0D426 (or 0xD0D426) is known color: Bitter Lemon. HEX triplet: D0, D4 and 26. RGB value is (208,212,38). Sum of RGB (Red+Green+Blue) = 208+212+38=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 38 (15.23% from 255 or 8.30% from 458); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D426 is #2F2BD9. Grayscale: #BFBFBF. Windows color (decimal): -3091418 or 2544848. OLE color: 2544848.

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

Color convert

RGB 208 212 38 -
CMYK 0.02 0 0.82 0.17
HSL 61.38º 0.7% 0.49% -
HSV(B) 61.38º 0.82% 0.83% -
XYZ 49.91 60.64 10.91 -
YUV 190.97 41.67 140.15 -
System Red Green Blue C M Y K H S L
Decimal 208 212 38 0.02 0 0.82 0.17 61.38 0.7 0.49
Hex D0 D4 26 2 0 52 11 3D 46 31
Octal 320 324 46 2 0 122 21 75 106 61
Binary 11010000 11010100 100110 10 0 1010010 10001 111101 1000110 110001

Color Harmonies of #D0D426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D426

Black with #D0D426

Text Example


Text Example

White with #D0D426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D426; }

 p { color: rgb(208,212,38); }

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

background-color css

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

 a { background-color: rgb(208,212,38); }

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

border-color css

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

 span { border-color: rgb(208,212,38); }

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