Html Css Color HEX #DABA14 Sunflower

📋 copy color: '#DABA14'

red 218 ◦ green 186 ◦ blue 20

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

Shades of Sunflower #DABA14

Tints of Sunflower #DABA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.87%

 BLUE value IS 20 (8.2% from 255) = 4.72%

R = 51.42%
G = 43.87%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DABA14 (or 0xDABA14) is known color: Sunflower. HEX triplet: DA, BA and 14. RGB value is (218,186,20). Sum of RGB (Red+Green+Blue) = 218+186+20=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA14 is #2545EB. Grayscale: #B1B1B1. Windows color (decimal): -2442732 or 1358554. OLE color: 1358554.

HSL color Cylindrical-coordinate representation of color #DABA14: hue angle of 50.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DABA14 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 186 20 -
CMYK 0 0.15 0.91 0.15
HSL 50.3º 0.83% 0.47% -
HSV(B) 50.3º 0.91% 0.85% -
XYZ 46.6 50.07 7.87 -
YUV 176.64 39.6 157.5 -
System Red Green Blue C M Y K H S L
Decimal 218 186 20 0 0.15 0.91 0.15 50.3 0.83 0.47
Hex DA BA 14 0 F 5B F 32 53 2F
Octal 332 272 24 0 17 133 17 62 123 57
Binary 11011010 10111010 10100 0 1111 1011011 1111 110010 1010011 101111

Color Harmonies of #DABA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA14

Black with #DABA14

Text Example


Text Example

White with #DABA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA14; }

 p { color: rgb(218,186,20); }

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

background-color css

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

 a { background-color: rgb(218,186,20); }

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

border-color css

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

 span { border-color: rgb(218,186,20); }

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