Html Css Color HEX #DAB30A Sunflower

📋 copy color: '#DAB30A'

red 218 ◦ green 179 ◦ blue 10

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

Shades of Sunflower #DAB30A

Tints of Sunflower #DAB30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.46%

R = 53.56%
G = 43.98%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DAB30A (or 0xDAB30A) is known color: Sunflower. HEX triplet: DA, B3 and 0A. RGB value is (218,179,10). Sum of RGB (Red+Green+Blue) = 218+179+10=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB30A is #254CF5. Grayscale: #ACACAC. Windows color (decimal): -2444534 or 701402. OLE color: 701402.

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

Color convert

RGB 218 179 10 -
CMYK 0 0.18 0.95 0.15
HSL 48.75º 0.91% 0.45% -
HSV(B) 48.75º 0.95% 0.85% -
XYZ 45.09 47.17 7.01 -
YUV 171.4 36.92 161.24 -
System Red Green Blue C M Y K H S L
Decimal 218 179 10 0 0.18 0.95 0.15 48.75 0.91 0.45
Hex DA B3 A 0 12 5F F 31 5B 2D
Octal 332 263 12 0 22 137 17 61 133 55
Binary 11011010 10110011 1010 0 10010 1011111 1111 110001 1011011 101101

Color Harmonies of #DAB30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB30A

Black with #DAB30A

Text Example


Text Example

White with #DAB30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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