Html Css Color HEX #DACB15 Sunflower

📋 copy color: '#DACB15'

red 218 ◦ green 203 ◦ blue 21

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

Shades of Sunflower #DACB15

Tints of Sunflower #DACB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.75%

R = 49.32%
G = 45.93%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DACB15 (or 0xDACB15) is known color: Sunflower. HEX triplet: DA, CB and 15. RGB value is (218,203,21). Sum of RGB (Red+Green+Blue) = 218+203+21=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 21 (8.59% from 255 or 4.75% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACB15 is #2534EA. Grayscale: #BBBBBB. Windows color (decimal): -2438379 or 1428442. OLE color: 1428442.

HSL color Cylindrical-coordinate representation of color #DACB15: hue angle of 55.43º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DACB15 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 203 21 -
CMYK 0 0.07 0.90 0.15
HSL 55.43º 0.82% 0.47% -
HSV(B) 55.43º 0.9% 0.85% -
XYZ 50.4 57.67 9.18 -
YUV 186.74 34.47 150.3 -
System Red Green Blue C M Y K H S L
Decimal 218 203 21 0 0.07 0.90 0.15 55.43 0.82 0.47
Hex DA CB 15 0 7 5A F 37 52 2F
Octal 332 313 25 0 7 132 17 67 122 57
Binary 11011010 11001011 10101 0 111 1011010 1111 110111 1010010 101111

Color Harmonies of #DACB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB15

Black with #DACB15

Text Example


Text Example

White with #DACB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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