Html Css Color HEX #DAB61E Sunflower

📋 copy color: '#DAB61E'

red 218 ◦ green 182 ◦ blue 30

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

Shades of Sunflower #DAB61E

Tints of Sunflower #DAB61E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.33%

 BLUE value IS 30 (12.11% from 255) = 6.98%

R = 50.7%
G = 42.33%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DAB61E (or 0xDAB61E) is known color: Sunflower. HEX triplet: DA, B6 and 1E. RGB value is (218,182,30). Sum of RGB (Red+Green+Blue) = 218+182+30=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB61E is #2549E1. Grayscale: #B0B0B0. Windows color (decimal): -2443746 or 2012890. OLE color: 2012890.

HSL color Cylindrical-coordinate representation of color #DAB61E: hue angle of 48.51º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAB61E is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 182 30 -
CMYK 0 0.17 0.86 0.15
HSL 48.51º 0.76% 0.49% -
HSV(B) 48.51º 0.86% 0.85% -
XYZ 45.88 48.46 8.16 -
YUV 175.44 45.93 158.36 -
System Red Green Blue C M Y K H S L
Decimal 218 182 30 0 0.17 0.86 0.15 48.51 0.76 0.49
Hex DA B6 1E 0 11 56 F 31 4C 31
Octal 332 266 36 0 21 126 17 61 114 61
Binary 11011010 10110110 11110 0 10001 1010110 1111 110001 1001100 110001

Color Harmonies of #DAB61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB61E

Black with #DAB61E

Text Example


Text Example

White with #DAB61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB61E; }

 p { color: rgb(218,182,30); }

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

background-color css

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

 a { background-color: rgb(218,182,30); }

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

border-color css

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

 span { border-color: rgb(218,182,30); }

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