Html Css Color HEX #DCBA06 Sunflower

📋 copy color: '#DCBA06'

red 220 ◦ green 186 ◦ blue 6

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

Shades of Sunflower #DCBA06

Tints of Sunflower #DCBA06

RGB

 RED value IS 220 (86.33% from 255) = 53.4%

 GREEN value IS 186 (73.05% from 255) = 45.15%

 BLUE value IS 6 (2.73% from 255) = 1.46%

R = 53.4%
G = 45.15%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCBA06 (or 0xDCBA06) is known color: Sunflower. HEX triplet: DC, BA and 06. RGB value is (220,186,6). Sum of RGB (Red+Green+Blue) = 220+186+6=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 6 (2.73% from 255 or 1.46% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA06 is #2345F9. Grayscale: #B0B0B0. Windows color (decimal): -2311674 or 441052. OLE color: 441052.

HSL color Cylindrical-coordinate representation of color #DCBA06: hue angle of 50.47º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCBA06 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 186 6 -
CMYK 0 0.15 0.97 0.14
HSL 50.47º 0.95% 0.44% -
HSV(B) 50.47º 0.97% 0.86% -
XYZ 47.11 50.35 7.41 -
YUV 175.65 32.26 159.64 -
System Red Green Blue C M Y K H S L
Decimal 220 186 6 0 0.15 0.97 0.14 50.47 0.95 0.44
Hex DC BA 6 0 F 61 E 32 5F 2C
Octal 334 272 6 0 17 141 16 62 137 54
Binary 11011100 10111010 110 0 1111 1100001 1110 110010 1011111 101100

Color Harmonies of #DCBA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA06

Black with #DCBA06

Text Example


Text Example

White with #DCBA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA06; }

 p { color: rgb(220,186,6); }

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

background-color css

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

 a { background-color: rgb(220,186,6); }

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

border-color css

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

 span { border-color: rgb(220,186,6); }

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