Html Css Color HEX #DAD735 Bitter Lemon

📋 copy color: '#DAD735'

red 218 ◦ green 215 ◦ blue 53

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

Shades of Bitter Lemon #DAD735

Tints of Bitter Lemon #DAD735

RGB

 RED value IS 218 (85.55% from 255) = 44.86%

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

 BLUE value IS 53 (21.09% from 255) = 10.91%

R = 44.86%
G = 44.24%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DAD735 (or 0xDAD735) is known color: Bitter Lemon. HEX triplet: DA, D7 and 35. RGB value is (218,215,53). Sum of RGB (Red+Green+Blue) = 218+215+53=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 53 (21.09% from 255 or 10.91% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD735 is #2528CA. Grayscale: #C6C6C6. Windows color (decimal): -2435275 or 3528666. OLE color: 3528666.

HSL color Cylindrical-coordinate representation of color #DAD735: hue angle of 58.91º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DAD735 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 215 53 -
CMYK 0 0.01 0.76 0.15
HSL 58.91º 0.69% 0.53% -
HSV(B) 58.91º 0.76% 0.85% -
XYZ 53.86 63.76 12.84 -
YUV 197.43 46.49 142.67 -
System Red Green Blue C M Y K H S L
Decimal 218 215 53 0 0.01 0.76 0.15 58.91 0.69 0.53
Hex DA D7 35 0 1 4C F 3B 45 35
Octal 332 327 65 0 1 114 17 73 105 65
Binary 11011010 11010111 110101 0 1 1001100 1111 111011 1000101 110101

Color Harmonies of #DAD735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD735

Black with #DAD735

Text Example


Text Example

White with #DAD735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD735; }

 p { color: rgb(218,215,53); }

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

background-color css

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

 a { background-color: rgb(218,215,53); }

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

border-color css

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

 span { border-color: rgb(218,215,53); }

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