Html Css Color HEX #DACB13 Sunflower

📋 copy color: '#DACB13'

red 218 ◦ green 203 ◦ blue 19

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

Shades of Sunflower #DACB13

Tints of Sunflower #DACB13

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.14%

 BLUE value IS 19 (7.81% from 255) = 4.32%

R = 49.55%
G = 46.14%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DACB13 (or 0xDACB13) is known color: Sunflower. HEX triplet: DA, CB and 13. RGB value is (218,203,19). Sum of RGB (Red+Green+Blue) = 218+203+19=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 19 (7.81% from 255 or 4.32% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACB13 is #2534EC. Grayscale: #BBBBBB. Windows color (decimal): -2438381 or 1297370. OLE color: 1297370.

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

Color convert

RGB 218 203 19 -
CMYK 0 0.07 0.91 0.15
HSL 55.48º 0.84% 0.46% -
HSV(B) 55.48º 0.91% 0.85% -
XYZ 50.39 57.66 9.09 -
YUV 186.51 33.47 150.46 -
System Red Green Blue C M Y K H S L
Decimal 218 203 19 0 0.07 0.91 0.15 55.48 0.84 0.46
Hex DA CB 13 0 7 5B F 37 54 2E
Octal 332 313 23 0 7 133 17 67 124 56
Binary 11011010 11001011 10011 0 111 1011011 1111 110111 1010100 101110

Color Harmonies of #DACB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB13

Black with #DACB13

Text Example


Text Example

White with #DACB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB13; }

 p { color: rgb(218,203,19); }

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

background-color css

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

 a { background-color: rgb(218,203,19); }

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

border-color css

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

 span { border-color: rgb(218,203,19); }

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