Html Css Color HEX #DABB08 Sunflower

📋 copy color: '#DABB08'

red 218 ◦ green 187 ◦ blue 8

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

Shades of Sunflower #DABB08

Tints of Sunflower #DABB08

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.28%

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

R = 52.78%
G = 45.28%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DABB08 (or 0xDABB08) is known color: Sunflower. HEX triplet: DA, BB and 08. RGB value is (218,187,8). Sum of RGB (Red+Green+Blue) = 218+187+8=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 8 (3.52% from 255 or 1.94% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABB08 is #2544F7. Grayscale: #B0B0B0. Windows color (decimal): -2442488 or 572378. OLE color: 572378.

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

Color convert

RGB 218 187 8 -
CMYK 0 0.14 0.96 0.15
HSL 51.14º 0.93% 0.44% -
HSV(B) 51.14º 0.96% 0.85% -
XYZ 46.73 50.46 7.51 -
YUV 175.86 33.27 158.05 -
System Red Green Blue C M Y K H S L
Decimal 218 187 8 0 0.14 0.96 0.15 51.14 0.93 0.44
Hex DA BB 8 0 E 60 F 33 5D 2C
Octal 332 273 10 0 16 140 17 63 135 54
Binary 11011010 10111011 1000 0 1110 1100000 1111 110011 1011101 101100

Color Harmonies of #DABB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB08

Black with #DABB08

Text Example


Text Example

White with #DABB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB08; }

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

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

background-color css

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

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

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

border-color css

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

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

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