Html Css Color HEX #DADB31 Bitter Lemon

📋 copy color: '#DADB31'

red 218 ◦ green 219 ◦ blue 49

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

Shades of Bitter Lemon #DADB31

Tints of Bitter Lemon #DADB31

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.06%

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

R = 44.86%
G = 45.06%
B = 10.08%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DADB31 (or 0xDADB31) is known color: Bitter Lemon. HEX triplet: DA, DB and 31. RGB value is (218,219,49). Sum of RGB (Red+Green+Blue) = 218+219+49=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 49 (19.53% from 255 or 10.08% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADB31 is #2524CE. Grayscale: #C7C7C7. Windows color (decimal): -2434255 or 3267546. OLE color: 3267546.

HSL color Cylindrical-coordinate representation of color #DADB31: hue angle of 60.35º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DADB31 is Cyan = 0.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 219 49 -
CMYK 0.00 0 0.78 0.14
HSL 60.35º 0.7% 0.53% -
HSV(B) 60.35º 0.78% 0.86% -
XYZ 54.8 65.79 12.72 -
YUV 199.32 43.17 141.32 -
System Red Green Blue C M Y K H S L
Decimal 218 219 49 0.00 0 0.78 0.14 60.35 0.7 0.53
Hex DA DB 31 0 0 4E E 3C 46 35
Octal 332 333 61 0 0 116 16 74 106 65
Binary 11011010 11011011 110001 0 0 1001110 1110 111100 1000110 110101

Color Harmonies of #DADB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB31

Black with #DADB31

Text Example


Text Example

White with #DADB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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