Html Css Color HEX #D0D632 Bitter Lemon

📋 copy color: '#D0D632'

red 208 ◦ green 214 ◦ blue 50

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

Shades of Bitter Lemon #D0D632

Tints of Bitter Lemon #D0D632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.59%

R = 44.07%
G = 45.34%
B = 10.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D0D632 (or 0xD0D632) is known color: Bitter Lemon. HEX triplet: D0, D6 and 32. RGB value is (208,214,50). Sum of RGB (Red+Green+Blue) = 208+214+50=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D632 is #2F29CD. Grayscale: #C2C2C2. Windows color (decimal): -3090894 or 3331792. OLE color: 3331792.

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

Color convert

RGB 208 214 50 -
CMYK 0.03 0 0.77 0.16
HSL 62.2º 0.67% 0.52% -
HSV(B) 62.2º 0.77% 0.84% -
XYZ 50.63 61.73 12.26 -
YUV 193.51 47.01 138.34 -
System Red Green Blue C M Y K H S L
Decimal 208 214 50 0.03 0 0.77 0.16 62.2 0.67 0.52
Hex D0 D6 32 3 0 4D 10 3E 43 34
Octal 320 326 62 3 0 115 20 76 103 64
Binary 11010000 11010110 110010 11 0 1001101 10000 111110 1000011 110100

Color Harmonies of #D0D632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D632

Black with #D0D632

Text Example


Text Example

White with #D0D632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D632; }

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

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

background-color css

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

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

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

border-color css

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

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

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