Html Css Color HEX #DABB14 Sunflower

📋 copy color: '#DABB14'

red 218 ◦ green 187 ◦ blue 20

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

Shades of Sunflower #DABB14

Tints of Sunflower #DABB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.71%

R = 51.29%
G = 44%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DABB14 (or 0xDABB14) is known color: Sunflower. HEX triplet: DA, BB and 14. RGB value is (218,187,20). Sum of RGB (Red+Green+Blue) = 218+187+20=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 20 (8.20% from 255 or 4.71% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABB14 is #2544EB. Grayscale: #B1B1B1. Windows color (decimal): -2442476 or 1358810. OLE color: 1358810.

HSL color Cylindrical-coordinate representation of color #DABB14: hue angle of 50.61º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DABB14 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 187 20 -
CMYK 0 0.14 0.91 0.15
HSL 50.61º 0.83% 0.47% -
HSV(B) 50.61º 0.91% 0.85% -
XYZ 46.81 50.5 7.94 -
YUV 177.23 39.27 157.08 -
System Red Green Blue C M Y K H S L
Decimal 218 187 20 0 0.14 0.91 0.15 50.61 0.83 0.47
Hex DA BB 14 0 E 5B F 33 53 2F
Octal 332 273 24 0 16 133 17 63 123 57
Binary 11011010 10111011 10100 0 1110 1011011 1111 110011 1010011 101111

Color Harmonies of #DABB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB14

Black with #DABB14

Text Example


Text Example

White with #DABB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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