Html Css Color HEX #DAD32F Bitter Lemon

📋 copy color: '#DAD32F'

red 218 ◦ green 211 ◦ blue 47

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

Shades of Bitter Lemon #DAD32F

Tints of Bitter Lemon #DAD32F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.33%

 BLUE value IS 47 (18.75% from 255) = 9.87%

R = 45.8%
G = 44.33%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAD32F (or 0xDAD32F) is known color: Bitter Lemon. HEX triplet: DA, D3 and 2F. RGB value is (218,211,47). Sum of RGB (Red+Green+Blue) = 218+211+47=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 47 (18.75% from 255 or 9.87% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD32F is #252CD0. Grayscale: #C3C3C3. Windows color (decimal): -2436305 or 3134426. OLE color: 3134426.

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

Color convert

RGB 218 211 47 -
CMYK 0 0.03 0.78 0.15
HSL 57.54º 0.7% 0.52% -
HSV(B) 57.54º 0.78% 0.85% -
XYZ 52.72 61.7 11.82 -
YUV 194.4 44.82 144.84 -
System Red Green Blue C M Y K H S L
Decimal 218 211 47 0 0.03 0.78 0.15 57.54 0.7 0.52
Hex DA D3 2F 0 3 4E F 3A 46 34
Octal 332 323 57 0 3 116 17 72 106 64
Binary 11011010 11010011 101111 0 11 1001110 1111 111010 1000110 110100

Color Harmonies of #DAD32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD32F

Black with #DAD32F

Text Example


Text Example

White with #DAD32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD32F; }

 p { color: rgb(218,211,47); }

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

background-color css

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

 a { background-color: rgb(218,211,47); }

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

border-color css

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

 span { border-color: rgb(218,211,47); }

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