Html Css Color HEX #DACB12 Sunflower

📋 copy color: '#DACB12'

red 218 ◦ green 203 ◦ blue 18

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

Shades of Sunflower #DACB12

Tints of Sunflower #DACB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.1%

R = 49.66%
G = 46.24%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DACB12 (or 0xDACB12) is known color: Sunflower. HEX triplet: DA, CB and 12. RGB value is (218,203,18). Sum of RGB (Red+Green+Blue) = 218+203+18=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 18 (7.42% from 255 or 4.10% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACB12 is #2534ED. Grayscale: #BBBBBB. Windows color (decimal): -2438382 or 1231834. OLE color: 1231834.

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

Color convert

RGB 218 203 18 -
CMYK 0 0.07 0.92 0.15
HSL 55.5º 0.85% 0.46% -
HSV(B) 55.5º 0.92% 0.85% -
XYZ 50.38 57.66 9.05 -
YUV 186.4 32.97 150.54 -
System Red Green Blue C M Y K H S L
Decimal 218 203 18 0 0.07 0.92 0.15 55.5 0.85 0.46
Hex DA CB 12 0 7 5C F 38 55 2E
Octal 332 313 22 0 7 134 17 70 125 56
Binary 11011010 11001011 10010 0 111 1011100 1111 111000 1010101 101110

Color Harmonies of #DACB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB12

Black with #DACB12

Text Example


Text Example

White with #DACB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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