Html Css Color HEX #DABB0A Sunflower

📋 copy color: '#DABB0A'

red 218 ◦ green 187 ◦ blue 10

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

Shades of Sunflower #DABB0A

Tints of Sunflower #DABB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.41%

R = 52.53%
G = 45.06%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DABB0A (or 0xDABB0A) is known color: Sunflower. HEX triplet: DA, BB and 0A. RGB value is (218,187,10). Sum of RGB (Red+Green+Blue) = 218+187+10=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABB0A is #2544F5. Grayscale: #B0B0B0. Windows color (decimal): -2442486 or 703450. OLE color: 703450.

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

Color convert

RGB 218 187 10 -
CMYK 0 0.14 0.95 0.15
HSL 51.06º 0.91% 0.45% -
HSV(B) 51.06º 0.95% 0.85% -
XYZ 46.74 50.47 7.57 -
YUV 176.09 34.27 157.89 -
System Red Green Blue C M Y K H S L
Decimal 218 187 10 0 0.14 0.95 0.15 51.06 0.91 0.45
Hex DA BB A 0 E 5F F 33 5B 2D
Octal 332 273 12 0 16 137 17 63 133 55
Binary 11011010 10111011 1010 0 1110 1011111 1111 110011 1011011 101101

Color Harmonies of #DABB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB0A

Black with #DABB0A

Text Example


Text Example

White with #DABB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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