Html Css Color HEX #DAB80F Sunflower

📋 copy color: '#DAB80F'

red 218 ◦ green 184 ◦ blue 15

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

Shades of Sunflower #DAB80F

Tints of Sunflower #DAB80F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.12%

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

R = 52.28%
G = 44.12%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAB80F (or 0xDAB80F) is known color: Sunflower. HEX triplet: DA, B8 and 0F. RGB value is (218,184,15). Sum of RGB (Red+Green+Blue) = 218+184+15=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB80F is #2547F0. Grayscale: #AFAFAF. Windows color (decimal): -2443249 or 1030362. OLE color: 1030362.

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

Color convert

RGB 218 184 15 -
CMYK 0 0.16 0.93 0.15
HSL 49.95º 0.87% 0.46% -
HSV(B) 49.95º 0.93% 0.85% -
XYZ 46.14 49.22 7.52 -
YUV 174.9 37.76 158.74 -
System Red Green Blue C M Y K H S L
Decimal 218 184 15 0 0.16 0.93 0.15 49.95 0.87 0.46
Hex DA B8 F 0 10 5D F 32 57 2E
Octal 332 270 17 0 20 135 17 62 127 56
Binary 11011010 10111000 1111 0 10000 1011101 1111 110010 1010111 101110

Color Harmonies of #DAB80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB80F

Black with #DAB80F

Text Example


Text Example

White with #DAB80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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