Html Css Color HEX #DAD633 Bitter Lemon

📋 copy color: '#DAD633'

red 218 ◦ green 214 ◦ blue 51

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

Shades of Bitter Lemon #DAD633

Tints of Bitter Lemon #DAD633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.56%

R = 45.13%
G = 44.31%
B = 10.56%

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

#DAD633 (or 0xDAD633) is known color: Bitter Lemon. HEX triplet: DA, D6 and 33. RGB value is (218,214,51). Sum of RGB (Red+Green+Blue) = 218+214+51=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 51 (20.31% from 255 or 10.56% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD633 is #2529CC. Grayscale: #C5C5C5. Windows color (decimal): -2435533 or 3397338. OLE color: 3397338.

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

Color convert

RGB 218 214 51 -
CMYK 0 0.02 0.77 0.15
HSL 58.56º 0.69% 0.53% -
HSV(B) 58.56º 0.77% 0.85% -
XYZ 53.56 63.24 12.52 -
YUV 196.61 45.83 143.25 -
System Red Green Blue C M Y K H S L
Decimal 218 214 51 0 0.02 0.77 0.15 58.56 0.69 0.53
Hex DA D6 33 0 2 4D F 3B 45 35
Octal 332 326 63 0 2 115 17 73 105 65
Binary 11011010 11010110 110011 0 10 1001101 1111 111011 1000101 110101

Color Harmonies of #DAD633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD633

Black with #DAD633

Text Example


Text Example

White with #DAD633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD633; }

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

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

background-color css

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

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

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

border-color css

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

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

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