Html Css Color HEX #DAB30F Sunflower

📋 copy color: '#DAB30F'

red 218 ◦ green 179 ◦ blue 15

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

Shades of Sunflower #DAB30F

Tints of Sunflower #DAB30F

RGB

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

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

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

R = 52.91%
G = 43.45%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAB30F (or 0xDAB30F) is known color: Sunflower. HEX triplet: DA, B3 and 0F. RGB value is (218,179,15). Sum of RGB (Red+Green+Blue) = 218+179+15=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 15 (6.25% from 255 or 3.64% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB30F is #254CF0. Grayscale: #ACACAC. Windows color (decimal): -2444529 or 1029082. OLE color: 1029082.

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

Color convert

RGB 218 179 15 -
CMYK 0 0.18 0.93 0.15
HSL 48.47º 0.87% 0.46% -
HSV(B) 48.47º 0.93% 0.85% -
XYZ 45.12 47.18 7.18 -
YUV 171.97 39.42 160.84 -
System Red Green Blue C M Y K H S L
Decimal 218 179 15 0 0.18 0.93 0.15 48.47 0.87 0.46
Hex DA B3 F 0 12 5D F 30 57 2E
Octal 332 263 17 0 22 135 17 60 127 56
Binary 11011010 10110011 1111 0 10010 1011101 1111 110000 1010111 101110

Color Harmonies of #DAB30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB30F

Black with #DAB30F

Text Example


Text Example

White with #DAB30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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