Html Css Color HEX #DABA08 Sunflower

📋 copy color: '#DABA08'

red 218 ◦ green 186 ◦ blue 8

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

Shades of Sunflower #DABA08

Tints of Sunflower #DABA08

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.15%

 BLUE value IS 8 (3.52% from 255) = 1.94%

R = 52.91%
G = 45.15%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DABA08 (or 0xDABA08) is known color: Sunflower. HEX triplet: DA, BA and 08. RGB value is (218,186,8). Sum of RGB (Red+Green+Blue) = 218+186+8=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA08 is #2545F7. Grayscale: #B0B0B0. Windows color (decimal): -2442744 or 572122. OLE color: 572122.

HSL color Cylindrical-coordinate representation of color #DABA08: hue angle of 50.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DABA08 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 186 8 -
CMYK 0 0.15 0.96 0.15
HSL 50.86º 0.93% 0.44% -
HSV(B) 50.86º 0.96% 0.85% -
XYZ 46.52 50.04 7.44 -
YUV 175.28 33.6 158.47 -
System Red Green Blue C M Y K H S L
Decimal 218 186 8 0 0.15 0.96 0.15 50.86 0.93 0.44
Hex DA BA 8 0 F 60 F 33 5D 2C
Octal 332 272 10 0 17 140 17 63 135 54
Binary 11011010 10111010 1000 0 1111 1100000 1111 110011 1011101 101100

Color Harmonies of #DABA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA08

Black with #DABA08

Text Example


Text Example

White with #DABA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA08; }

 p { color: rgb(218,186,8); }

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

background-color css

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

 a { background-color: rgb(218,186,8); }

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

border-color css

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

 span { border-color: rgb(218,186,8); }

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