Html Css Color HEX #DAD632 Bitter Lemon

📋 copy color: '#DAD632'

red 218 ◦ green 214 ◦ blue 50

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

Shades of Bitter Lemon #DAD632

Tints of Bitter Lemon #DAD632

RGB

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

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

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

R = 45.23%
G = 44.4%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DAD632 (or 0xDAD632) is known color: Bitter Lemon. HEX triplet: DA, D6 and 32. RGB value is (218,214,50). Sum of RGB (Red+Green+Blue) = 218+214+50=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD632 is #2529CD. Grayscale: #C5C5C5. Windows color (decimal): -2435534 or 3331802. OLE color: 3331802.

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

Color convert

RGB 218 214 50 -
CMYK 0 0.02 0.77 0.15
HSL 58.57º 0.69% 0.53% -
HSV(B) 58.57º 0.77% 0.85% -
XYZ 53.54 63.23 12.4 -
YUV 196.5 45.33 143.34 -
System Red Green Blue C M Y K H S L
Decimal 218 214 50 0 0.02 0.77 0.15 58.57 0.69 0.53
Hex DA D6 32 0 2 4D F 3B 45 35
Octal 332 326 62 0 2 115 17 73 105 65
Binary 11011010 11010110 110010 0 10 1001101 1111 111011 1000101 110101

Color Harmonies of #DAD632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD632

Black with #DAD632

Text Example


Text Example

White with #DAD632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD632; }

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

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

background-color css

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

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

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

border-color css

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

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

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