Html Css Color HEX #DAB30D Sunflower

📋 copy color: '#DAB30D'

red 218 ◦ green 179 ◦ blue 13

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

Shades of Sunflower #DAB30D

Tints of Sunflower #DAB30D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.66%

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

R = 53.17%
G = 43.66%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAB30D (or 0xDAB30D) is known color: Sunflower. HEX triplet: DA, B3 and 0D. RGB value is (218,179,13). Sum of RGB (Red+Green+Blue) = 218+179+13=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB30D is #254CF2. Grayscale: #ACACAC. Windows color (decimal): -2444531 or 898010. OLE color: 898010.

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

Color convert

RGB 218 179 13 -
CMYK 0 0.18 0.94 0.15
HSL 48.59º 0.89% 0.45% -
HSV(B) 48.59º 0.94% 0.85% -
XYZ 45.11 47.17 7.11 -
YUV 171.74 38.42 161 -
System Red Green Blue C M Y K H S L
Decimal 218 179 13 0 0.18 0.94 0.15 48.59 0.89 0.45
Hex DA B3 D 0 12 5E F 31 59 2D
Octal 332 263 15 0 22 136 17 61 131 55
Binary 11011010 10110011 1101 0 10010 1011110 1111 110001 1011001 101101

Color Harmonies of #DAB30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB30D

Black with #DAB30D

Text Example


Text Example

White with #DAB30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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