Html Css Color HEX #DAD631 Bitter Lemon

📋 copy color: '#DAD631'

red 218 ◦ green 214 ◦ blue 49

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

Shades of Bitter Lemon #DAD631

Tints of Bitter Lemon #DAD631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.19%

R = 45.32%
G = 44.49%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAD631 (or 0xDAD631) is known color: Bitter Lemon. HEX triplet: DA, D6 and 31. RGB value is (218,214,49). Sum of RGB (Red+Green+Blue) = 218+214+49=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD631 is #2529CE. Grayscale: #C5C5C5. Windows color (decimal): -2435535 or 3266266. OLE color: 3266266.

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

Color convert

RGB 218 214 49 -
CMYK 0 0.02 0.78 0.15
HSL 58.58º 0.7% 0.52% -
HSV(B) 58.58º 0.78% 0.85% -
XYZ 53.51 63.22 12.29 -
YUV 196.39 44.83 143.42 -
System Red Green Blue C M Y K H S L
Decimal 218 214 49 0 0.02 0.78 0.15 58.58 0.7 0.52
Hex DA D6 31 0 2 4E F 3B 46 34
Octal 332 326 61 0 2 116 17 73 106 64
Binary 11011010 11010110 110001 0 10 1001110 1111 111011 1000110 110100

Color Harmonies of #DAD631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD631

Black with #DAD631

Text Example


Text Example

White with #DAD631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD631; }

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

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

background-color css

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

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

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

border-color css

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

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

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