Html Css Color HEX #DAB00D Sunflower

📋 copy color: '#DAB00D'

red 218 ◦ green 176 ◦ blue 13

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

Shades of Sunflower #DAB00D

Tints of Sunflower #DAB00D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.24%

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

R = 53.56%
G = 43.24%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAB00D (or 0xDAB00D) is known color: Sunflower. HEX triplet: DA, B0 and 0D. RGB value is (218,176,13). Sum of RGB (Red+Green+Blue) = 218+176+13=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB00D is #254FF2. Grayscale: #AAAAAA. Windows color (decimal): -2445299 or 897242. OLE color: 897242.

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

Color convert

RGB 218 176 13 -
CMYK 0 0.19 0.94 0.15
HSL 47.71º 0.89% 0.45% -
HSV(B) 47.71º 0.94% 0.85% -
XYZ 44.51 45.99 6.91 -
YUV 169.98 39.41 162.25 -
System Red Green Blue C M Y K H S L
Decimal 218 176 13 0 0.19 0.94 0.15 47.71 0.89 0.45
Hex DA B0 D 0 13 5E F 30 59 2D
Octal 332 260 15 0 23 136 17 60 131 55
Binary 11011010 10110000 1101 0 10011 1011110 1111 110000 1011001 101101

Color Harmonies of #DAB00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB00D

Black with #DAB00D

Text Example


Text Example

White with #DAB00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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