Html Css Color HEX #DAB10B Sunflower

📋 copy color: '#DAB10B'

red 218 ◦ green 177 ◦ blue 11

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

Shades of Sunflower #DAB10B

Tints of Sunflower #DAB10B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.6%

 BLUE value IS 11 (4.69% from 255) = 2.71%

R = 53.69%
G = 43.6%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DAB10B (or 0xDAB10B) is known color: Sunflower. HEX triplet: DA, B1 and 0B. RGB value is (218,177,11). Sum of RGB (Red+Green+Blue) = 218+177+11=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB10B is #254EF4. Grayscale: #ABABAB. Windows color (decimal): -2445045 or 766426. OLE color: 766426.

HSL color Cylindrical-coordinate representation of color #DAB10B: hue angle of 48.12º degrees, saturation: 0.9, 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 #DAB10B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 177 11 -
CMYK 0 0.19 0.95 0.15
HSL 48.12º 0.9% 0.45% -
HSV(B) 48.12º 0.95% 0.85% -
XYZ 44.7 46.37 6.91 -
YUV 170.34 38.08 162 -
System Red Green Blue C M Y K H S L
Decimal 218 177 11 0 0.19 0.95 0.15 48.12 0.9 0.45
Hex DA B1 B 0 13 5F F 30 5A 2D
Octal 332 261 13 0 23 137 17 60 132 55
Binary 11011010 10110001 1011 0 10011 1011111 1111 110000 1011010 101101

Color Harmonies of #DAB10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB10B

Black with #DAB10B

Text Example


Text Example

White with #DAB10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB10B; }

 p { color: rgb(218,177,11); }

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

background-color css

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

 a { background-color: rgb(218,177,11); }

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

border-color css

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

 span { border-color: rgb(218,177,11); }

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