Html Css Color HEX #DCBA0D Sunflower

📋 copy color: '#DCBA0D'

red 220 ◦ green 186 ◦ blue 13

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

Shades of Sunflower #DCBA0D

Tints of Sunflower #DCBA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.1%

R = 52.51%
G = 44.39%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCBA0D (or 0xDCBA0D) is known color: Sunflower. HEX triplet: DC, BA and 0D. RGB value is (220,186,13). Sum of RGB (Red+Green+Blue) = 220+186+13=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBA0D is #2345F2. Grayscale: #B1B1B1. Windows color (decimal): -2311667 or 899804. OLE color: 899804.

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

Color convert

RGB 220 186 13 -
CMYK 0 0.15 0.94 0.14
HSL 50.14º 0.89% 0.46% -
HSV(B) 50.14º 0.94% 0.86% -
XYZ 47.15 50.36 7.62 -
YUV 176.44 35.76 159.07 -
System Red Green Blue C M Y K H S L
Decimal 220 186 13 0 0.15 0.94 0.14 50.14 0.89 0.46
Hex DC BA D 0 F 5E E 32 59 2E
Octal 334 272 15 0 17 136 16 62 131 56
Binary 11011100 10111010 1101 0 1111 1011110 1110 110010 1011001 101110

Color Harmonies of #DCBA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA0D

Black with #DCBA0D

Text Example


Text Example

White with #DCBA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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