Html Css Color HEX #DABC0D Sunflower

📋 copy color: '#DABC0D'

red 218 ◦ green 188 ◦ blue 13

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

Shades of Sunflower #DABC0D

Tints of Sunflower #DABC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.1%

R = 52.03%
G = 44.87%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DABC0D (or 0xDABC0D) is known color: Sunflower. HEX triplet: DA, BC and 0D. RGB value is (218,188,13). Sum of RGB (Red+Green+Blue) = 218+188+13=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABC0D is #2543F2. Grayscale: #B1B1B1. Windows color (decimal): -2442227 or 900314. OLE color: 900314.

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

Color convert

RGB 218 188 13 -
CMYK 0 0.14 0.94 0.15
HSL 51.22º 0.89% 0.45% -
HSV(B) 51.22º 0.94% 0.85% -
XYZ 46.97 50.9 7.73 -
YUV 177.02 35.44 157.23 -
System Red Green Blue C M Y K H S L
Decimal 218 188 13 0 0.14 0.94 0.15 51.22 0.89 0.45
Hex DA BC D 0 E 5E F 33 59 2D
Octal 332 274 15 0 16 136 17 63 131 55
Binary 11011010 10111100 1101 0 1110 1011110 1111 110011 1011001 101101

Color Harmonies of #DABC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC0D

Black with #DABC0D

Text Example


Text Example

White with #DABC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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