Html Css Color HEX #DABC0F Sunflower

📋 copy color: '#DABC0F'

red 218 ◦ green 188 ◦ blue 15

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

Shades of Sunflower #DABC0F

Tints of Sunflower #DABC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.66%

 BLUE value IS 15 (6.25% from 255) = 3.56%

R = 51.78%
G = 44.66%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DABC0F (or 0xDABC0F) is known color: Sunflower. HEX triplet: DA, BC and 0F. RGB value is (218,188,15). Sum of RGB (Red+Green+Blue) = 218+188+15=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABC0F is #2543F0. Grayscale: #B1B1B1. Windows color (decimal): -2442225 or 1031386. OLE color: 1031386.

HSL color Cylindrical-coordinate representation of color #DABC0F: hue angle of 51.13º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DABC0F is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 188 15 -
CMYK 0 0.14 0.93 0.15
HSL 51.13º 0.87% 0.46% -
HSV(B) 51.13º 0.93% 0.85% -
XYZ 46.98 50.91 7.8 -
YUV 177.25 36.44 157.07 -
System Red Green Blue C M Y K H S L
Decimal 218 188 15 0 0.14 0.93 0.15 51.13 0.87 0.46
Hex DA BC F 0 E 5D F 33 57 2E
Octal 332 274 17 0 16 135 17 63 127 56
Binary 11011010 10111100 1111 0 1110 1011101 1111 110011 1010111 101110

Color Harmonies of #DABC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC0F

Black with #DABC0F

Text Example


Text Example

White with #DABC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC0F; }

 p { color: rgb(218,188,15); }

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

background-color css

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

 a { background-color: rgb(218,188,15); }

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

border-color css

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

 span { border-color: rgb(218,188,15); }

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