Html Css Color HEX #DAD534 Bitter Lemon

📋 copy color: '#DAD534'

red 218 ◦ green 213 ◦ blue 52

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

Shades of Bitter Lemon #DAD534

Tints of Bitter Lemon #DAD534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.77%

R = 45.13%
G = 44.1%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DAD534 (or 0xDAD534) is known color: Bitter Lemon. HEX triplet: DA, D5 and 34. RGB value is (218,213,52). Sum of RGB (Red+Green+Blue) = 218+213+52=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 52 (20.70% from 255 or 10.77% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD534 is #252ACB. Grayscale: #C4C4C4. Windows color (decimal): -2435788 or 3462618. OLE color: 3462618.

HSL color Cylindrical-coordinate representation of color #DAD534: hue angle of 58.19º 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 #DAD534 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 213 52 -
CMYK 0 0.02 0.76 0.15
HSL 58.19º 0.69% 0.53% -
HSV(B) 58.19º 0.76% 0.85% -
XYZ 53.33 62.74 12.55 -
YUV 196.14 46.66 143.59 -
System Red Green Blue C M Y K H S L
Decimal 218 213 52 0 0.02 0.76 0.15 58.19 0.69 0.53
Hex DA D5 34 0 2 4C F 3A 45 35
Octal 332 325 64 0 2 114 17 72 105 65
Binary 11011010 11010101 110100 0 10 1001100 1111 111010 1000101 110101

Color Harmonies of #DAD534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD534

Black with #DAD534

Text Example


Text Example

White with #DAD534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD534; }

 p { color: rgb(218,213,52); }

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

background-color css

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

 a { background-color: rgb(218,213,52); }

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

border-color css

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

 span { border-color: rgb(218,213,52); }

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