Html Css Color HEX #D2D730 Bitter Lemon

📋 copy color: '#D2D730'

red 210 ◦ green 215 ◦ blue 48

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

Shades of Bitter Lemon #D2D730

Tints of Bitter Lemon #D2D730

RGB

 RED value IS 210 (82.42% from 255) = 44.4%

 GREEN value IS 215 (84.38% from 255) = 45.45%

 BLUE value IS 48 (19.14% from 255) = 10.15%

R = 44.4%
G = 45.45%
B = 10.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D2D730 (or 0xD2D730) is known color: Bitter Lemon. HEX triplet: D2, D7 and 30. RGB value is (210,215,48). Sum of RGB (Red+Green+Blue) = 210+215+48=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 48 (19.14% from 255 or 10.15% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D730 is #2D28CF. Grayscale: #C3C3C3. Windows color (decimal): -2959568 or 3200978. OLE color: 3200978.

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

Color convert

RGB 210 215 48 -
CMYK 0.02 0 0.78 0.16
HSL 61.8º 0.68% 0.52% -
HSV(B) 61.8º 0.78% 0.84% -
XYZ 51.41 62.52 12.15 -
YUV 194.47 45.34 139.08 -
System Red Green Blue C M Y K H S L
Decimal 210 215 48 0.02 0 0.78 0.16 61.8 0.68 0.52
Hex D2 D7 30 2 0 4E 10 3E 44 34
Octal 322 327 60 2 0 116 20 76 104 64
Binary 11010010 11010111 110000 10 0 1001110 10000 111110 1000100 110100

Color Harmonies of #D2D730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D730

Black with #D2D730

Text Example


Text Example

White with #D2D730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D730; }

 p { color: rgb(210,215,48); }

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

background-color css

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

 a { background-color: rgb(210,215,48); }

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

border-color css

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

 span { border-color: rgb(210,215,48); }

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